.contentslide{
border-bottom-width: 0;
padding-left: 4px;
width: 893px;
height: 350px;
}

.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;
}

.contentslide2{
border-bottom-width: 0;
padding-left: 4px;
width: 100px;
height: 85px;
}

.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;
}

.pagination{
width: 890px; /*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: none;
padding: 1px 5px 0 0;
margin-top: -43px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 860px; /*IE5 width*/
w\idth: 860px; /*IE6 width*/
}

.pagination a{
padding: 3px 6px;
text-decoration: none;
color: #333333;
background-color: transparent;
font-weight: bold;
font-size: 11px;
}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: transparent;
font-weight: bold;
text-decoration: underline;
}

.pagination2{
width: 0px; /*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: none;
padding: 1px 5px 0 0;
margin-top: -43px;
}

* html .pagination2{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 0px; /*IE5 width*/
w\idth: 0px; /*IE6 width*/
}

.pagination2 a{
padding: 3px 6px;
text-decoration: none;
color: #333333;
background-color: transparent;
font-weight: bold;
font-size: 11px;
}

.pagination2 a:hover, .pagination2 a.selected{
color: white;
background-color: transparent;
font-weight: bold;
text-decoration: underline;
}

/*rightGallery*/

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 346px;
height: 148px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 5px;
visibility: hidden;
width: 346px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/
