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

/* 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:260px;
	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;
	border:1px solid #e5e5e5;height:240px;width:258px
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000px;	
	clear:both;
	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:260px;
	height:240px;
	color:#000000;
	cursor:default;
	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}


.port_block i,.port_block u,.port_block b {text-decoration:none;font-style:normal;font-weight:400;display:block}



#testimonials {}


.port_block .left {float:left;text-align:left;padding:5px 0 0 10px}
.port_block .right {float:right;text-align:right;padding:5px 10px 0 0}

.port_block i {}
.port_block b {margin-top:40px;font-size:10px;width:135px;font-weight:700}
.port_block u {padding:0 5px 5px 5px;font-size:11px;text-align:justify;font-style:italic}
.port_block div {clear:both}
