#iconsSlide {
	width: 664px;
	background-color:transparent;
	margin-top:5px;
}
#iconsContainer {
	overflow: hidden; 
	position: relative; 
	height: 74px; 
	background:url(../images/links_bg.jpg) repeat-x top left;
}
#arrow_left {
	height: 74px;
	border-right: #000c46 1px solid; 
	padding: 1px; 
	z-index: 10; 
	left: 0px; 
	position: absolute; 
	background:url(../images/arrows_BG2.jpg)  no-repeat top left;
}
#arrow_right {
	height: 74px;
	border-left: #000c46 1px solid; 
	padding: 1px; 
	z-index: 10; 
	right: 0px; 
	position: absolute; 
	background:url(../images/arrows_BG2.jpg) no-repeat top right;
}
#Icons {
	left: 35px; 
	right:30px; 
	width: 1200; 
	position: absolute; 
	height: 74px; 
	background-color:transparent;
}
#Icons #slideEnd {
	float: left; 
	background-color:transparent;
}
#Icons img {
    border-width: 0px; 
	padding: 1px;
	filter: alpha(opacity=50); 
	float: left; 
	cursor: pointer;  
	opacity: 0.5; 
	background-color:transparent;
}
#waitMessage {
	border: #000000 3px double; 
	padding: 4px; 
	display: none;  
	left: 200px; 
	font:10pt Arial;  
	color: #555555; 
	position: absolute; 
	top: 150px; 
	background-color:transparent;
}

.icon{
	width:75px;
	height:74px;
	float:left;
	cursor:pointer;
}

