

.slideshow_bar_thumb {
	position: relative;
	width: 75px;
	height: 75px;
	float: left;
	margin: 5px;
	cursor: pointer;
}

#slideshow {
	overflow: hidden;
}

#slideshow_nav {
	position: relative;
	overflow: hidden;
	height: 103px;
	width: 720px;
	margin: auto;
}

#slideshow_bar {
	position: relative;
	display: block;
	margin: auto;
	width: 32000px;
}

#slideme {
	position: relative;
}

#slideshow_main  {
	position: relative;
	height: 620px;
	padding-bottom: 5px;
}

#slideshow_main img {
	position: relative;
	display: block;
	margin: auto;
}

#slideshow_control {
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 52px;
}

#slideshow_play, #slideshow_stop {
	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	border: solid #fff 1px;
	float: left;r
}

#slideshow_play {
	background: url('/images/play_pause.gif') no-repeat 0px 0px;
}

#slideshow_stop {
	background: url('/images/play_pause.gif') no-repeat -25px 0px;
}

#slideshow_control .slideshow_disabled {
	border-bottom: solid #919191 2px;
}

img.percentImage {
 background: white url(/images/icons/percentBar.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}


#rotate_main {
	position: relative;
	margin: auto;
	margin-right: 10px;
}

#rotate_main img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#rotate_main_controls {
	display: none;
	position: absolute;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 20;
	width: 100%;
	height: 50px;

	/*top: -237px;*/
}

.rotate_on {
	background-color: #000;
	border: solid #fff 3px;
	color: #fff;
}

.rotate_off {
	border: solid #000 3px;
	background-color: #fff;
	color: #000;
}

#rotate_play, #rotate_stop {
	width: 40px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
}

/*
#slideshow_nav {
	top: -420px;
}
#slideshow_main_1  {
	position: relative;
	top: -420px;
	height: 420px;
}

#slideshow_main_image_0,#slideshow_main_image_1{
	display: block;
	margin: 0 auto;
}

#slideshow_main_image_0 {
	z-index: 3;
}

#slideshow_main_image_1 {
	display: none;
	z-index: 4;
}
*/

#portfolio_bar {
	margin-bottom: 10px;
}

#portfolio_bar li {
	float: left;
	list-style: none;
	padding: 3px;
}

#portfolio_bar li a {
	color: #919191;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#portfolio_bar li a:hover {
	color: #ff9900;
}

#portfolio-tag {
	display: block;
	margin: 4px 30px 0px 40px;
	color: #ff9900;
	font-weight: bold;
	font-size: 14px;
	float: left;
}

