#mySlideshow
{
	border:0;
	margin:0;
	padding:0;
	width: 550px !important;
	height: 220px !important;
	border: 2px solid #999999;
	z-index:0;
}

#mySlideshow
{
	border:0;
	margin:0;
	padding:0;
	display: none;
	overflow:hidden;
	position: relative;
}
#mySlideshow a
{
text-decoration:none;
}

#mySlideshow .slideElement
{
	width: 548px;
	height: 218px;
	background-repeat:no-repeat;
	background-color:#000000;
}

#mySlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(http://www.comce.org.mx/noticias/js/ajax-loader.gif);
}

#mySlideshow .slideInfoZone
{
	position: absolute;
	z-index: 11;
	width: 300px;
	right: 0px;
	bottom: 25px;
	.bottom: 23px;
	height: 0px;
	background: #000000;
	color: #FFFFFF;
	text-indent: 0;
	text-align:left;
	border-left: 1px solid #666666;
        filter:alpha(opacity=85);
        -moz-opacity:0.85;
        -khtml-opacity: 0.85;
        opacity: 0.85;
}

#mySlideshow div.espacio{
	float: right;
	clear:both;
	width:290px;
	height:50px;
}

#mySlideshow div.titulos{
	float: right;
	clear:both;	
	width:290px;
	height:160px;
}
#mySlideshow div.titulos a, #mySlideshow div.titulos a:visited,#mySlideshow div.titulos a:active{
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	position: absolute;
	z-index:0;

}

#mySlideshow div.gallery{
	float: right;
	clear:both;
	width:290px;
	height:20px;
}
#mySlideshow div.gallery a, #mySlideshow div.gallery a:visited,#mySlideshow div.gallery a:active
{
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	color: #FFCB00;
	font-size: 12px;
	position: absolute;
	z-index:0;

}
#mySlideshow a.centro
{
        position: absolute;
        left: 0px;
        bottom: 0px;

/*        height: 250px !important;
        width: 610px !important;*/
		width:100%;
		height:100%;
        cursor: pointer;
        z-index:5;
		background-color: #FF00CC;
        filter:alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
}

#mySlideshow a.right, #mySlideshow a.left
{
    position: absolute;
    cursor: pointer;
	font-size: 9px;
	width: 8px;
    height: 13px;
    z-index:10;
}

#mySlideshow #link1, #mySlideshow #link2, #mySlideshow #link3, #mySlideshow #link4,#mySlideshow #link5
{
	position: absolute;
	font-size: 9px;
	cursor: pointer;
    height: 13px;
	width: 26px;
	border: 1px solid #666666;
	z-index:10;
}

#mySlideshow a.link1, #mySlideshow a.link2, #mySlideshow a.link3, #mySlideshow a.link4,#mySlideshow a.link5
{
	background-color: #525252;
	max-height:13px;
}


#mySlideshow a.link1:hover, #mySlideshow a.link2:hover, #mySlideshow a.link3:hover, #mySlideshow a.link4:hover,#mySlideshow a.link5:hover
{
        background-color: #9F9F9F;
}

#mySlideshow a.onChangeSlide{
        background-color: #9F9F9F;
        /*width: 26px;
        height: 13px;*/
        display: block;
		z-index:10;
}

/*#mySlideshow a.center
{
        left: 0px;
        bottom: 0px;
		width:610px;
		height:250px;
}*/

#mySlideshow div.barra
{
	position:absolute;
	z-index:0;
	background-color:#000000;	
	width:100%;
	height:24px;
	left:0;
	bottom:0;
	border-top: 1px solid #666666;
	background:url(http://www.comce.org.mx/noticias/imagenes/Kardeg.jpg)
}

#mySlideshow div.barraatras
{
	position:absolute;
	z-index:0;
	background-color:#000000;
	width:300px;
	height:24px;
	bottom:26px;
	.bottom:24px;
	right:0px;
		filter:alpha(opacity=40);
        -moz-opacity:0.4;
        -khtml-opacity: 0.4;
        opacity: 0.4;
}
#mySlideshow div.barraatrastxt
{
	width:280px;
	height:20px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	float: right;
	clear:both;
}

#mySlideshow div.barraatrastxt span strong a,#mySlideshow div.barraatrastxt span strong, #mySlideshow div.barraatrastxt a
{
color:#FFCB00;
font-size:11px;
display:inline;
}

#mySlideshow a.left
{
	left: 12px;
	bottom: 5px;
	background:url(../imagenes/REW_off.gif);
}
#mySlideshow a.link1
{
        left: 26px;
        bottom: 5px;
		border: 1px solid #666666;
}
#mySlideshow a.link2
{
        left: 59px;
        bottom: 5px;
		border: 1px solid #666666;
}
#mySlideshow a.link3
{
        left: 92px;
        bottom: 5px;
		border: 1px solid #666666;
}
#mySlideshow a.link4
{
        left: 125px;
        bottom: 5px;
		border: 1px solid #666666;
}

#mySlideshow a.right
{
	left: 158px;
	bottom: 5px;
	background:url(../imagenes/FF_off.gif);
}