/* ---------------------------------------------------------------------

	Born:                2009-02-24
	Last Edit:           2009-02-30
	Author:              Switch IT (http://www.switchit.com.au)
	
	== CONTENT: ========================================================
	This stylesheet stylizes the photo slideshow
	
------------------------------------------------------------------------ */


.imgGallery{
position:relative;
float:left;
width:534px;
height:350px;
background-repeat:no-repeat;
}

.imgGallery li{width:63px;height:38px;overflow:hidden;float:left;margin:0 8px 0 0; list-style:none;}

.imgGallery li img{float:left;}

#mainImage a.activeSlide{
border:1px solid #fff;
}

.imgGallery #gallery{
position:absolute!important;
width:474px;
height:285px;
top:33px;
left:43px;
overflow:hidden;
}

.imgGallery #gallery p{
position:absolute;
padding:10px 20px;
left:0;
top:230px;
}

.imgGallery #gallery p a{
color:#fff;
}

.imgGallery #gallery p em{
background: #000; 
filter:alpha(opacity=70); 
opacity: 0.7; 
-moz-opacity:0.7;
display:block;
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
}

.imgGallery #gallery p span{
position:relative;
color:#fff;
}

.imgGallery .textContainer span{
position:absolute;
}

#mainImage{height:38px;width:553px; position:absolute; left:6px; top:345px;}



