﻿
#portfolio{
/*	margin:auto;
	width: 980px;
	clear:both;
	text-align: center;*/
}

#portfolio img{
	padding: 0px;
	margin: 0px;
}


.portfolio_item{
	display:inline-block;
	width: 190px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 10px;
		zoom: 1;        
	*display: inline;
}

.portfolio_item:hover{
	background-color: #111;
}

.portfolio_item .image{
	width: 170px;
	height: 170px;
	text-align: center;
	margin: 5px;
	padding: 0px;
	border: 1px #555 solid;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.portfolio_item .link{
	display: block;
	height: 100%;
	width: 100%;
	color: #999 !important;
	margin-bottom: 10px;
}

.portfolio_item .link:hover{
	text-decoration: none;
	color: #FFF !important;
}

.hslider{
/*	width: 1000px;
	height: 520px; /*480px/
	position: relative;
	overflow: auto;*/
	width: 970px;
	position: relative;
	height: 520px;
	overflow: auto;
}

.hslider_bg{
/*	background-image: url('background_border.png');
	background-color: blue;
	width: 1000px;
	height: 550px;
	z-index: 100;
	position:static;
	top: 0px;
	left: 0px;*/

}

.hslider_container{

}


.pictureholder{
	width: 825px;
	height:550px;
	text-align: center;
	display: none;
}

#portfolio .container{
	width: 1000px;
}


#portfolio #overview{
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	width: 980px;
}

#portfolio #overview img{
	max-height: 50px;
	max-width: 50px;
	padding: 0px;
}

#portfolio #overview a{
	width: 50px;
	text-align: center;
	margin: auto;
	display: inline-block;
	text-decoration: none;
}




#portfolio .nav{
	position:absolute;
	top:0; left:0;
	width:100%; height:100%;
}

#portfolio .picture img{
	z-index: 10;
	border: 1px gray solid;
}


#slideshow li{
	padding: 0px;
	margin: 0px;
	display: inline;
	padding-right: 5px;
}

#slideshow img{
	max-width: 825px;
	max-height: 550px;

}

#portoflio h3{
	font-size: 18px;
	margin: 0px;
}

#portfolio h3 a{
	text-decoration: none;
	
}


#portfolio a{
	border: none;
	text-decoration: none;
	
}

#portfolio a:hover{
	background-color: transparent;
}

#slideshow{
	width: 1000px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#slideshow ul{
	width: 6000px;
	margin: 0px;
	padding: 0px;
}

#slideshow li{
	display: inline;
}

#overview .prev{
	background-image: url('prev_1.png');
	background-repeat: no-repeat;
	padding: 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	float: left;
}

#overview .next{
	background-image: url('next_1.png');
	background-repeat: no-repeat;
	padding: 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	float: right;
}

#overview .thumb_link{
	border: 1px #242426 solid;
	cursor: pointer;
}

#overview .thumb_link:hover{
	border: 1px white solid;
}


#overview img{
	margin: 0px;
	padding: 0px;
}

#intro_slideshow{
	padding-top: 10px;
}