.contentslide{
border: 0px solid #D6C5AB;
border-bottom-width: 1px;
padding: 2px;
width: 370px;
height: 270px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 370px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #FFFFFF;
border: 1px solid #FFFFFF;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 370px; /*IE5 width*/
w\idth: 370px; /*IE6 width*/
}

.pagination a{
padding: 0 4px;
text-decoration: none;
color: #000000;
background-color: white;
}

.pagination a:visited
{
text-decoration: none;
color: #000000;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #D6C5AB;
}

/* ############################################################################### */
/* ############################################################################### */

.contentslide2{
border: 0px solid #D6C5AB;
border-bottom-width: 1px;
padding: 2px;
width: 370px;
height:auto;
}

.contentslide2 .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide2 .contentdiv{
display: none;
}

.pagination2{
width: 370px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #FFFFFF;
border: 1px solid #FFFFFF;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination2{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 370px; /*IE5 width*/
w\idth: 370px; /*IE6 width*/
}

.pagination2 a{
padding: 0 4px;
text-decoration: none;
color: #000000;
background-color: white;
}

.pagination2 a:visited
{
text-decoration: none;
color: #000000;
}

.pagination2 a:hover, .pagination2 a.selected{
color: #000;
background-color: #D6C5AB;
}


/* ############################################################################### */
/* ############################################################################### */

.contentslide3{
border: 0px solid #D6C5AB;
border-bottom-width: 1px;
padding: 2px;
width: 195px;
height: 330px;

}

.contentslide3 .contentdiv{
display: none;
text-align:           left;
}

.pagination3{
width: 190px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #FFFFFF;
border: 1px solid #FFFFFF;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 3px 0;
}

* html .pagination3{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 180px; /*IE5 width*/
w\idth: 180px; /*IE6 width*/
}

.pagination3 a{
padding: 0 3px;
text-decoration: none;
color: #000000;
background-color: white;
}

.pagination3 a:hover, .pagination3 a.selected{
color: #000;
background-color: #D6C5AB;
}

/* ############################################################################### */
/* ############################################################################### */

.contentslide4{
border: 0px solid #D6D6D6;
border-bottom-width: 1px;
padding: 2px;
width: 500px;
height: 475px;
}

.contentslide4 .contentdiv{
display: none;
}

.pagination4{
width: 400px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
background-color: #FFFFFF;
border: 1px solid #FFFFFF;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination4{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 400px; /*IE6 width*/
}

.pagination4 a{
padding: 0 4px;
text-decoration: none;
color: #000000;
background-color: white;
}

.pagination4 a:hover, .pagination4 a.selected{
color: #000;
background-color: #D6D6D6;
}

#styleVideo
{
   float:                left;
   width:                500px;
   height:               500px;
   text-align:           center;
   padding:              5px;
   font-family:          Arial, Verdana, Helvetica, sans-serif;
   font-size:            13px;
   color:                #D6D6D6;
}

#styleVideo a:link, #styleVideo a:visited, #styleVideo a:active
{
   color:                #000000;
}
