/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;
	padding-top: 10px;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/images/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:12px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(/images/right.png);
	clear:right;	
}

a.prev {clear:left}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	width:940px;
	height:20px;
	clear: both;
	margin:0 auto;
	padding-top:10px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	padding:0px;
	margin:3px;
	font-size:0px;
	background:url(/images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	


/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 806px;	 
	height:300px;	
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	border:1px solid #222;
	left:0px
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;	
}



/* single item */

.h80 {height:80px !important}
#thumbs div.client_name {padding-left:15px}
#thumbs div.blue {padding:10px 0 0 5px}
#thumbs h3 {margin:0;padding:10px 0;}

#thumbs div.port_block{
	float:left;
	width:200px;
	height:300px;
	background:#333 url(/images/grad.jpg) repeat-x 0 122px;
	color:#fff;
	border-left:1px solid #333;
	cursor:pointer;
	font-size:11px;
}
/*
#thumbs a:link,#thumbs a:visited,#thumbs a:hover {color:#ffffff !important;text-decoration:none !important}
#thumbs a:hover {text-decoration:underline !important}
*/
#thumbs a:link,#thumbs a:visited,#thumbs a:hover {color:#ffffff !important;text-decoration:none !important;font-size:11px;}
#thumbs a:hover {text-decoration:underline !important}
/* style when mouse is over the item */
#thumbs div.hover, #thumbs a.hover {
	background-color:#444;	
}

/* style when element is active (clicked) */
#thumbs div.active, #thumbs a.active {
	background-color:#505050;
	cursor:default;
}

#thumbs h3, #thumbs p, #thumbs span {
	
	font-family:"bitstream vera sans";
	font-size:13px;
	color:#fff;	
	height: 46px;
	padding-left:10px;
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}
a {border:none;text-decoration:none}
a img {border:none}
