/* Style for non configured banner webpart */
.notConfigured
{
	background-color:Silver;

}

/* Style for banner webpart without anything to display */
.noContents
{
}

/* ####################### STATIC IMAGE ####################### */
.staticOuterDiv
{
	
}

.staticImage
{
    cursor:hand;
}


/* ####################### DYNAMIC IMAGE ####################### */
.dynamicOuterDiv
{

}

.dynamicImage
{
	    

}


/* ####################### Rotating IMAGE ####################### */
.rotatingImageOuterDiv
{
	height: 100%;
	width:213px;
}

.rotatingImageInnerImageDiv
{

	left: 0px; 
	top: 0px; 
    margin-left:0px !important;
    padding-left:0px !important;	
}


.rotatingImageInnerButtonsDiv
{
	margin-top:-30px;
}

