/* --------------------------------------- */
/* Portfolio Area
/* --------------------------------------- */

#portfolioWrap { width:100%; height:300px; margin:0 0 20px 0; overflow:hidden }
#portfolioWrap.subpage { overflow:visible; height:auto; }

#portfolioWrap .container_12, 
#portfolioWrap .container_16	{margin-left: auto; margin-right: auto; width: 960px;}

#portfolio { position:relative }

.container_12 #previous,
.container_12 #next {font-size:75px; width:40px; height:40px; display:block; cursor:pointer; position:absolute; top:128px;}
	
#next.pagination { background:url('/sk/graphics/right_arrow_on.gif') no-repeat }
#previous.pagination { background:url('/sk/graphics/left_arrow_on.gif') no-repeat }

#next.pagination.inactive { background:url('/sk/graphics/right_arrow_off.gif') no-repeat }
#previous.pagination.inactive { background:url('/sk/graphics/left_arrow_off.gif') no-repeat }
	
.pagination.inactive { cursor:default !important }
	
.hoverBlock .grid_4 	{}
.hoverBlock .entry-1 	{float: left; margin-bottom:20px; position:relative; width:290px !important; height:290px; border:5px solid #000; overflow:hidden; margin-right: 20px; margin-left: 0px;}
.hoverBlock .entry-2 	{float: left; margin-bottom:20px; position:relative; width:290px !important; height:290px; border:5px solid #000; overflow:hidden; margin-right: 20px; margin-left: 0px;}
.hoverBlock .entry-3 	{float: left; margin-bottom:20px; position:relative; width:290px !important; height:290px; border:5px solid #000; overflow:hidden; margin-right: 0px; margin-left: 0px;}

#portfolio #previous { left:-55px }
#portfolio #next { right:-55px }

#portfolio img.portfolio-image { position:absolute; top:0; left:0; display:block; margin:0  }

#portfolio .portfolio-info {
	height:270px;
	padding:12px 15px;
	width:270px;
	background:#000 url('/sk/graphics/portfolio_hover_bg.gif') repeat-x top }



.portfolio-info h3 {
	font-size:14px;
	margin:0 0 1px 0;
	padding:0;
	color:#b393db;
	text-transform:uppercase }
	
.portfolio-info small {
	font-size:11px;
	color:#a7a7a7;
	display:block;
	margin:0 0 10px 0;
	padding:0 }
	
.portfolio-info p {
	font-size:14px;
	line-height:17px;
	margin:0 0 22px 0;
	color:#e4e4e4 }
	
.portfolio-info .button {
	float:left }
	
.portfolio-info .button.left { margin:0 10px 0 0 }

