﻿

.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{
text-align: right;
/* background-color: #666666;
border: 10px solid #666666; */
/* border-width: 0 10px; */ /*Left/ right border width of pagination DIV.*/
padding: 0px;
margin-top: -35px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/

}

.pagination a{
padding: 5px 0px 5px 0px;
text-decoration: none; 
color: #666666;
background-color: white;
font-size:12px;
line-height: 20px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #CCCCCC;
}

/*SMALL SLIDER*/

.contentslide2 {

padding: 9px 0 0 0px;
}

.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 {
text-align: right;
/* background-color: #666666;
border: 10px solid #666666; */
/* border-width: 0 10px; */ /*Left/ right border width of pagination DIV.*/
padding: 0px;
margin-top: -15px;
}

* html .pagination2 { /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
}

.photo-meta-data							{ background: url(../images/transpBlack.png); padding: 10px; height: 30px;
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }

a.SlideTextLink
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color: #FF9900; 
	text-decoration: none;
	text-transform:uppercase;
	outline: none;
}
a.SlideTextLink:Hover
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color: white; text-decoration: none;
	outline: none;
}
