﻿/* Div container of slideshow, tabs are thrown into the container as well*/
#DivRotator {
	width: 900px;
	height: 300px;
}
#slideShow {
	width: 100%;
	height: 100%;
	background: #2E3B49;	
}
#slideShowItems {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
/* Div slideshow items that rotate*/
#slideShowItems div {
	width: 100%;
	height: 100%;
}
#slideShowItems img {
	width: 100%;
	height: 100%;
}
#slideShowItems span {
	display: none;
	visibility: hidden;
}
/* group of tabs container position relative to inset with negative margin if needed */
ul#slideShowCount {
	margin: -30px 0px 0px -6px;
	padding: 0px;
	border: 0px solid lime;
	height: 20px;
	width: 100%;
	position: relative;
	/*background-color:black;*/
}
/*Individual Tabs*/
ul#slideShowCount li.slide {
	line-height: 22px;
	float: right;
	cursor: pointer;
	width: 26px;
	height: 22px;
	display: block;
	background: transparent url('../../../SiteElements/tabs2.png') no-repeat scroll left top;
	border: 0px solid lime;
	padding: 0px 0px 0px 0px;
	/*visibility: hidden*/
}
ul#slideShowCount li.slide span {
	padding-left: 8px;
	color: blue;
	font-weight: bold;
	font-size: 8px;
	
}
ul#slideShowCount li.slide:hover {
	background-position: left -22px;
}
ul#slideShowCount li.slide.selectedTab {
	background-position: left -22px;
}
.slidediv {
	cursor: pointer;
	background-repeat: no-repeat;
}




/* AdsSlotHead ********************************************************************************/

#AdsSlotHeadAdShow {
	width: 100%;
	height: 100%;
	background: #f1f1f1;	
}
#AdsSlotHeadAdShowItems {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
/* Div slideshow items that rotate*/
#AdsSlotHeadAdShowItems div {
	width: 100%;
	height: 100%;
}
#AdsSlotHeadAdShowItems img {
	width: 100%;
	height: 100%;
}
#AdsSlotHeadAdShowItems span {
	display: none;
	visibility: hidden;
}

.AdsSlotHeadAddiv {
	cursor: pointer;
	background-repeat: no-repeat;
}







/* Ads AdsSlotHomeNews *******************************************************************/

#AdsSlotHomeNewsShow {
	width: 100%;
	height: 100%;
	background: #f1f1f1;	
}
#AdsSlotHomeNewsShowItems {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
/* Div slideshow items that rotate*/
#AdsSlotHomeNewsShowItems div {
	width: 100%;
	height: 100%;
}
#AdsSlotHomeNewsShowItems img {
	width: 100%;
	height: 100%;
}
#AdsSlotHomeNewsShowItems span {
	display: none;
	visibility: hidden;
}

.AdsSlotHomeNewsAddiv {
	cursor: pointer;
	background-repeat: no-repeat;
}








/* Ads 3 */
#Ad3Rotator {
	width: 150px;
	height: 500px;
}
#Ad3Show {
	width: 100%;
	height: 100%;
	background: #f1f1f1;	
}
#Ad3ShowItems {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
/* Div slideshow items that rotate*/
#Ad3ShowItems div {
	width: 100%;
	height: 100%;
}
#Ad3ShowItems img {
	width: 100%;
	height: 100%;
}
#Ad3ShowItems span {
	display: none;
	visibility: hidden;
}

.Addiv3 {
	cursor: pointer;
	background-repeat: no-repeat;
}