/* Work Slideshow ---------------------------------*/
/*#OuterContainer {
	padding: 0;
}*/

#Container {
	position: relative;
	height: 685px;
	width: 1px;
	background-color: #dedede;
	border: 0px solid #ccc;
	font-size: 0px;
}

#Photo {
	position: relative;
	top: 0;
	left: 0;
	z-index: 8;
}

#Loading {
	height: 25%;
	width: 95%;
	position: relative;
	top: 45px;
	padding-right: 20px;
	left: 35px;
	text-align: right;
	z-index: 0;
	line-height: 0;
}

/* Work Text Box ---------------------------------*/
#CaptionContainer {
	margin: 0 auto;
	position:absolute;
	left:30px;
	top:35px;
	width:360px;
	z-index:20;
	/*background-color: #FFFFFF;
	visibility: visible;
	padding: 20px 18px 10px 18px;*/
	text-align: right;
}

#CaptionContainer p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#workdescription_container {
	width:360px;
	padding: 10px 18px 6px 18px;
	background-color: #FFFFFF;
	visibility:visible;
}

#worksubnav_container {
	width:360px;
	height:15px;
	padding: 8px 18px 8px 18px;
	background-color: #FFF;
	text-align:left;
}


#workmedia_container {
	width:396px;
	height:308px;
	/*padding: 8px 18px 8px 18px;*/
	background-color: #000;
	visibility: visible;
}

.worktitle {
	font-weight: bold;
	font-size: 13px;
	color: #98D116;
}

.worksubtitle {
	font-weight: bold;
	font-size: 12px;
	color: #999;
	letter-spacing: 1px;	
}



.workdescription {
	font-size: 11px;
	color: #999;
	font-style: italic;
	line-height: 145%;
	/*letter-spacing: 1px; */
}

.workdescription span {
	color: #98D116;
}

.workdescription a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #98D116;
}

.workdescription a:hover {
	color: #FF6633;
	border-bottom: 1px dotted #FF6633;
}

.worksubnav {
	font-size: 10px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.worksubnav a {
	font-size: 10px;
	text-decoration: none;
}


#showtext_container{
	position:absolute;
	float:left;
	width: 40px;
	padding-top:3px;
	visibility:hidden;
	/*background-color:#99CC00;*/
}

#hidetext_container{
	position:absolute;
	float:left;
	width: 40px;
	padding-top:3px;
	visibility:visible;
}

#slidesubnav_container{
	float:right;
	position:absolute;
	margin-left:300px;
	width: 38px;
	border-right: dotted #999 1px;
	padding-top:3px;
}

#counter_container {
	position:absolute;
	float: right;
	margin-left:345px;
	width: 30px;
	padding-top:2px;
}

#Counter {
	color: #999;
	font-style: oblique;
}

#subnav_space {
	padding: 10px 10px 0px 0px;
}

.showtext_container a {
	text-decoration: none;
}

.hidetext_container a {
	text-decoration: none;
}


/*#worksubnav a {
	font-size: 10px;
	font-weight: bolder;
	color: #999999;
	text-decoration: none;
}

#worksubnav a:hover{
	text-decoration: none;
	color: #D6EF3D;
}*/