/*
---------------------------------------------------------------
Title:      HiddenBrains Infotech Pvt. Ltd.
Copyright:   http://www.hiddenbrains.com
Versione:    1.0
Data:        09/04/2008
---------------------------------------------------------------
*/

#screen2{
	position:relative;
	overflow:hidden;
	width:217px;
	float:left;
}

#slideshow{
	overflow:hidden;
	width:217px;
	float:left;
	height:194px;
	margin-top:10px;	
}

#slideshow ul{
	width:217px;
	height:194px;
	float:left;
}

#slideshow li{
	float:left;
	list-style-type: none;
	background: url(../images/service-rollover.gif) no-repeat left top;
	display:block;
	width: 209px;
	line-height:20px;
	height: 24px;
	left:0;
	padding:0;
	font-size: 11px;
	color: #5F5F5F;
	font-weight: bold;
	text-decoration: none;
	margin:0;
	cursor:pointer;
	margin-bottom: 4px !important;
}
#slideshow li:hover{
	background: url(../images/service-rollover-o.gif) no-repeat left top;
	display: block;
	width: 209px;
	height: 24px;
	font-weight: bold;
	font-size: 11px;
	color: #F05F07;
	text-decoration: none;
	cursor:pointer;
}

