#slider {
margin: 0 auto;
position: relative;
margin-bottom: 25px;
background: #fff url(../img/scrollbg.gif) no-repeat left top; 
height:308px;
width:576px;
overflow:hidden;
}
	#slider .scroll {
	  height:308px;
	  overflow: hidden;
	  position: relative; /* fix for IE to respect overflow */
	  float: left;
	  /*background-image:url(../img/scrollbg.gif);
	  background-repeat:no-repeat;
	  background-position:left top;*/
	}
		#slider .scrollContainer div.panel {
			width:291px;
			height:272px;
			padding:18px 20px;
		}
	
		#slider .panel h1 {
			font-size: 18px;
			font-weight: normal;
			color: #0342A1;
			padding-bottom: 10px;
		}
	
		#slider .panel img {
			float: left;
			margin: 0px 10px 10px 0px;
		}	
	#slider .navigation{
		float:right;
		background-image:url(../img/navigation.gif);
		background-repeat:repeat-y;
		background-position:left top;
		
	}
		#slider .navigation li{
			list-style-type:none;
		}
		#slider .navigation a,
		#slider .navigation a:hover{
			display:block;
			text-decoration:none;
			outline:0;
		}
	
.web-site-administration-system,
a.web-site-administration-system_active{
	background: url(../img/homepage-tabs.gif) no-repeat scroll 0px -62px;
	width:245px;
	height:60px;
	margin-bottom: 2px;
}
.web-site-administration-system {
	background: url(../img/homepage-tabs.gif) no-repeat scroll 0px 0px;
}

.real-estate-listings-manager,
a.real-estate-listings-manager_active{
	background: url(../img/homepage-tabs.gif) no-repeat scroll 0px -186px;
	width:245px;
	height:60px;
	margin-bottom: 2px;
}
.real-estate-listings-manager {
	background: url(../img/homepage-tabs.gif) no-repeat scroll 0px -124px;
}

.products-catalog-ecommerce,
a.products-catalog-ecommerce_active{
	background: url(../img/homepage-tabs.gif) no-repeat scroll 0px -310px;
	width:245px;
	height:60px;
	margin-bottom: 2px;
}
.products-catalog-ecommerce {
	background: url(../img/homepage-tabs.gif) no-repeat scroll 0px -248px;
}

.car-dealer-inventory,
a.car-dealer-inventory_active{
	background: url(../img/homepage-tabs.gif) no-repeat scroll 0px -434px;
	width:245px;
	height:60px;
	margin-bottom: 2px;
}
.car-dealer-inventory {
	background: url(../img/homepage-tabs.gif) no-repeat scroll 0px -372px;
}

.other-usefull-plugins,
a.other-usefull-plugins_active{
	background: url(../img/homepage-tabs.gif) no-repeat scroll 0px -558px;
	width:245px;
	height:60px;
	margin-bottom: 2px;
}
.other-usefull-plugins {
	background: url(../img/homepage-tabs.gif) no-repeat scroll 0px -496px;
}