@charset "utf-8";
@import url(_main.css);

html.javascript div.left div.control{
	/*pause and forward botton - increase the top margin and left margin - the button are button. ref the img -  add the spacing- take the bigger spacing for the button*/
}

html.javascript div.left div.control img{
	/*pause and forward botton - increase the top margin and left margin - the button are button. ref the img -  add the spacing- take the bigger spacing for the button*/
	margin-right: 10px;
}
html.javascript div.quote {
	bottom: 25px;
}
html.javascript div.quote p {
	margin-top: 1.5em;
}

html.javascript div.right div.slideshow {
	background: #ECECEC url(../images/portfolio_loader.gif) center no-repeat;
	width: 620px;
	height: 520px;
}
html.javascript div.right div.slideshow img,
html.javascript div.right div.slideshow div {
	display: none;
	position: absolute;
}

html.javascript div.right div.slideshowNav {
	margin-top: 8px;
}

html.javascript div.right div.slideshowNav a {
	color: #666;
	background-color: #FFF;
	width: 20px;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
	height: 20px;
	line-height: 20px;
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
}

html.javascript div.right div.slideshowNav a.active {
	background-color: #CCC;
	color: #666;
}

html.javascript div.right div.slideshowNav a:hover {
	color: #FFF;
	background-color: #F7921A;
}