﻿#ImageRotator_ascx_DivRotator
{
    position:relative;
    top:0px;
    padding:0 0 0px 0;
    margin:0px 0 0 0;
}

#ImageRotator_ascx_DivRotator .RotatorStyle
{
    position:absolute;
    top:33px; 
    background-color:White;
    margin:-4px 0 0 0;
    
}

#ImageRotator_ascx_DivRotator .NextPhoto
{
	cursor: hand;	
	position:absolute;
	z-index:100;
	top:58px;
    left:276px;
}

#ImageRotator_ascx_DivRotator .PreviousPhoto
{
	cursor: hand;	
	position:absolute;
	z-index:100;
	top:96px;
	left:276px;
    
}

#ImageRotator_ascx_DivRotator .RotatorStyleNoTitle
{
    position:absolute;
    top:9px; 
    
}

#ImageRotator_ascx_DivRotator .NextPhotoNoTitle
{
	cursor: hand;	
	position:absolute;
	z-index:100;
	top:30px;
    left:276px;
}

#ImageRotator_ascx_DivRotator .PreviousPhotoNoTitle
{
	cursor: hand;	
	position:absolute;
	z-index:100;
	top:68px;
	left:276px;
    
}

#ImageRotator_ascx_DivRotator .TitleStyle
{
    font-weight:bold;
    position:absolute;
	top:0px;	
}

#ImageRotator_ascx_DivRotator .ImageCountStyle
{
    font-weight:bold;
    position:absolute;
	top:2px;	
	z-index:100;
	color:#bdbeb8;
	left:10px;
}




#ImageRotator_ascx_DivRotator .RotatorItemInvisible
{
   position:relative;
   height:220px;
   z-index:1;
   visibility:hidden;
}



#ImageRotator_ascx_DivRotator .RotatorItem
{

}

#ImageRotator_ascx_DivRotator .ImgWrapper
{
	
}

