.contentslide{
	background-color: transparent;
	border: none;
   display: block;
	/*	
	border: 2px solid #0A1D3D;
	border-bottom-width: 2px;
	*/
	padding: 0px;
   width: 249px;
	height: auto;
        }

.contentslide .contentdiv{
	display: none;
	/*border:thin #999999 dotted;*/
	}

.pagination{
	text-align: right;
	background-color: transparent;
	background-image: url(btn_go_over.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 18px;
	width: 100%;
	display: block;
	font-size: 10px;
	color: #fff;
	padding: 0px;
	margin-top: 0px;
	}

.pagination_hidden{
	display: none;
	}
	
* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
		    width: 100%; /*IE5 width*/
          width: 100%; /*IE6 width*/
}

.pagination a{
	margin:0px;
	background-image: url(btn_go_over.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 18px!important;
	background-color: transparent;
	color: #fff !important;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding: 1px;
	border-top:0px /*1px solid #74aabd*/;
	border-left: 1px solid #74aabd;
	border-bottom: 1px solid #000!important;
	border-right: 1px solid #000;
	}

.pagination a:hover {
height: 18px!important;
	background-color: transparent;
	color: #fff;
	background-image: url(btn_go.gif);
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #74aabd;
	border-right: 1px solid #74aabd;
	}
.pagination a.selected{
	height: 18px!important;
	color: #fff;
	border: 1px #000 solid;
	background-image: url(btn_go.gif);
	background-repeat: repeat-x;
	background-position: -1px;
	/*border-top: none; */
	}
/* Estilos generales para el título y los enlaces */
#promotions_main{
	vertical-align:top;
	top:0;
	/*background-color:#0A1D3D;*/
	background-color: transparent;
}
#promotions_title{
	vertical-align:top;
	margin-top:8px;
	background-color: transparent;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	/*color:#2F5B83;*/
	/*font-size:16px;*/
   font-weight:bold;
	}
#promotions_link{
	vertical-align:top;
	text-align:right;
	font-weight:bold;
	color:#0A1D3D;
	background-color: transparent;
	}
#promotions_link a{
	vertical-align:top;
	text-align:right;
	font-weight:bold;
	color:blue;
	background-color: transparent;
	}
#promotions_link a:hover{
	vertical-align:top;
	text-align:right;
	text-decoration:underline;
	font-weight:bold;
	color:blue;
	background-color: transparent;
	}
