/*	Portfolio Tag Content */

#portfolio {
	margin-top: 25px;
}

h2.trigger {
	background: url(images/portfolio_top.png) no-repeat;
	height: 18px;
	line-height: 18px;
	width: 440px;
	font-weight: normal;
	margin:0 auto;
	font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #777777;
	text-align: left;
	text-transform: uppercase;
	margin-top: 5px;
	cursor: pointer;
}

h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.tag_title {
	height: 18px;
	line-height: 18px;
	width: 440px;
	font-weight: normal;
	margin:0 auto;
	font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #454444;
	text-align: left;
	text-transform: uppercase;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 10px;
}

.toggle_container {
	margin:0 auto;
	padding: 0;
	background: #e4e4e4 url(images/portfolio_bg.png) repeat-y;
	overflow: hidden;
	font-size: 13px;
	width: 440px;
	clear: both;
}

.tag_bottom {
	margin:0 auto;
	padding: 0;
	background: #f0f0f0 url(images/portfolio_bottom.png) no-repeat;
	overflow: hidden;
	width: 440px;
	height: 17px;
	clear: both;
}

.tag_line {
	margin:0 auto;
	padding: 0;
	background: url(images/tag_line.png) no-repeat;
	overflow: hidden;
	width: 397px;
	height: 1px;
	clear: both;
	margin-bottom: 14px;
}

h3 {
	font: 16px Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #454444;
	text-transform: none;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 14px;
	padding-left: 14px;
	padding-right: 14px;
}

h4 {
	font: 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #454444;
	text-align: left;
	line-height: 1.3;
	margin-top: 0px;
	margin-bottom: 14px;
	padding-left: 14px;
	padding-right: 14px;
}

h4 a {
	color: #454444;
	text-decoration: none;
	background: #FFFFFF;
}

h4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #454444;
}

.single_slide {
margin:0 auto;
width: 440px;
margin-top: 5px;
margin-bottom: -13px;
text-align: center;
}

/*	Portfolio Image Slider  */

		.container { width:440px; height:200px; overflow:hidden; position:relative; cursor:pointer; margin-top: 5px;}
		div.slides { position:absolute; top:0; left:0; }
		ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
		div.slides div,ul.slides li { position:absolute; top:0; width:440px; display:none; padding:0; margin:0; }

		#slider1,#slider2,#slider3,#slider4,#slider5,#slider6,#slider7,#slider8 { margin:0px auto; width:440px; position:relative; clear:both; }
		
		.dot2_container { width:34px; margin-left: auto; margin-right: auto;}
		.dot3_container { width:51px; margin-left: auto; margin-right: auto;}
		.dot4_container { width:68px; margin-left: auto; margin-right: auto;}
		.dot5_container { width:85px; margin-left: auto; margin-right: auto;}
		.dot6_container { width:102px; margin-left: auto; margin-right: auto;}
		.dot7_container { width:119px; margin-left: auto; margin-right: auto;}
		.dot8_container { width:136px; margin-left: auto; margin-right: auto;}
		
			.dot { list-style-type:none; margin:0; padding:0; margin:7px auto;}
			.dot li { float:left; margin:0 5px; }	
			.dot a { display:block; width:7px; padding-top:7px; height:0; overflow:hidden; background-image:url(images/portfolio_dot.png); background-position:0 0; background-repeat:no-repeat;}
			.dot li.active a {background-position:0 -7px}
			
			
		/*	Back/Next
		a.previous { position:absolute; top:200px; left:-32px; }
		a.next { position:absolute; top:200px; right:-32px; }
		*/