#rightside {
	border-top: 5px solid #808080;
	width: 320px;
	margin-bottom: 30px;
	overflow: hidden;
}
#leftside {
	margin-bottom: 30px;
	overflow: hidden;
}
.gallery-play span,
.gallery-pause span {
	display: none;
}
.gallery-thumbnails {
	padding-top: 15px;
}
.gallery-image {
	width: 614px;
	height: 410px !important;
	clear: both;
}
#buttonsbar {
	float: left;
	width: 614px;
	padding-bottom: 5px;
}
#buttons {
	padding-top: 6px;
	float: right;
	font-size: 1.166em;
}
.gallery-credit {
	position: absolute;
	bottom: 0;
	font-style: italic;
}
.gallery-blurb h2 {
	font-size: 18px;
	font-family: Georgia;
}
.gallery-blurb {
	padding-top:24px;
	height: 436px;
	position: relative;
}
.gallery-play,
.gallery-pause {
	display:block;
	width:32px;
	height:32px;
	overflow: block;
	float:left;
}
.gallery-play {
	background:url("../images/gallery_play.png") no-repeat 0 0;
	_background:url("../images/gallery_play.gif") no-repeat 0 0;
}
.gallery-pause {
	background:url("../images/gallery_pause.png") no-repeat 0 0;
	_background:url("../images/gallery_pause.gif") no-repeat 0 0;
}
.gallery-prev {
	float: left;
	margin-right: 1em;
	background: url(../images/gallery_prev.gif) no-repeat 0 50%;
	padding-left: 15px;
}
.gallery-next {
	float: right;
	margin-left: 1em;
	background: url(../images/gallery_next.gif) no-repeat 100% 50%;
	padding-right: 15px;
}
.gallery-prev-page span,
.gallery-next-page span {
	display: none;
}
.gallery-prev-page {
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/gallery_prev_page.gif) no-repeat 50% 50%;
}
.gallery-next-page {
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/gallery_next_page.gif) no-repeat 50% 50%;
}
.gallery-scroller ul li {
	width: 44px;
	height: 44px;
	margin-right: 8px;
}
#gallery-col1 {
	width:616px;
	float:left;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
}
#gallery-col2 {
	width:303px;
	float:left;
	display:inline;
	position:relative;
	margin:0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#return-link {
	clear: both;
	padding-top: 10px;
}
#thumbnail-link {
	height: 60px;
	position: relative;
}
#thumbnail-link a {
	position: absolute;
	bottom: 0;
}
.thumbnails {
	padding-top: 10px;
}
.thumbnails ul {
	margin: 0;
	padding: 0;
}
.thumbnails ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin: 0 10px 10px 0;
	width: 44px;
	height: 44px;
	overflow: hidden;
}
/* PLAYBACK CONTROLS */
#playback {
	float:left;
	display:inline;
}
#play span,
#pause span {
	display: none;
}
#play,
#pause {
	display:block;
	width:32px;
	height:32px;
	overflow: block;
}
#play {
	background:url("../images/gallery_play.png") no-repeat 0 0;
	_background:url("../images/gallery_play.gif") no-repeat 0 0;
}
#pause {
	background:url("../images/gallery_pause.png") no-repeat 0 0;
	_background:url("../images/gallery_pause.gif") no-repeat 0 0;
}
#prev,
#pages,
#next {
	float:left;
	display:inline;
	padding:5px 7px;
}
#next {
	background: url(../images/gallery_next.gif) no-repeat 100% 50%;
	padding-right: 15px;
}
#prev {
	background: url(../images/gallery_prev.gif) no-repeat 0 50%;
	padding-left: 15px;
}
#prev,
#next {
	color: #D9A522;
}
#prev span,
#next span {
	color: #666;
	font-size: 1.5em;
}
.left span,
.right span {
	display: none;
}
.left {
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	background: url(../images/gallery_prev_page.gif) no-repeat 50% 50%;
}
.right {
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	cursor: pointer;
	float: right;
	background: url(../images/gallery_next_page.gif) no-repeat 50% 50%;
}
/* MAIN IMAGE */
#pic {
	margin:6px 0px 10px;
	border:1px solid #666;
	text-align:center;
	height: 475px;
}
/* THUMBNAILS */
#tn-prev,
#tn-next {
	display:none;
	width:30px;
	height:44px;
	border:1px solid #DFDFDF;
	float:left;
}
#tn-prev {
	background:url("../images/tn-prev.gif") no-repeat 0 0;
	margin-right:2px;
}
#tn-next {
	background:url("../images/tn-next.gif") no-repeat 0 0;
	margin-left:10px;
}
#tn-prev span,
#tn-next span {
	display:none;
}
#tn-prev:hover,
#tn-next:hover {
	background-position:-30px 0;
	border:1px solid #000;
}
.gallery_navigation {
	padding-bottom: 40px;
	float: left;
}
#thumbs {
	width: 520px;
	height: 44px;
	float: left;
	margin-left: 10px;
}
#thumbs ul {
	float: left;
	height: 46px;
	padding: 0;
	margin: 0;
}
#thumbs li {
	float: left;
	height: 44px;
	width: 44px;
	list-style: none;
	padding: 0;
	margin: 0 5px 0 0;
	overflow: hidden;
}
#thumbs li a {
	display:block;
}
#thumbs li a:hover {
	background-color:#CC3333;
}
#thumbs .current a {
	background-color:#CC3333;
}
#thumbs .current a img {
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
#thumbs li a:hover img {
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
/*For Thumbnail page*/

#thumbs_tb {
	width: 520px;
	height: 44px;
	float: left;
	margin-left: 10px;
}
#thumbs_tb ul {
	float: left;
	height: 46px;
	padding: 0;
	margin: 0;
}
#thumbs_tb li {
	float: left;
	height: 66px;
	width: 66px;
	list-style: none;
	padding: 0;
	margin: 0 5px 0 0;
	overflow: hidden;
}
#thumbs_tb li a {
	display:block;
}
#thumbs_tb li a:hover {
	background-color:#CC3333;
}
#thumbs_tb .current a {
	background-color:#CC3333;
}
#thumbs_tb .current a img {
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
#thumbs_tb li a:hover img {
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
/* BLURB */

#gallery-col2 h2 {
	margin:1em 0;
}
#gallery-col2 .credits {
	position:absolute;
	bottom:0;
}
#tn-view {
	display: block;
	padding-top: 30px;
}
#tn-view:hover {
	text-decoration:underline;
}
/* ALL THUMBS */
#all-thumbs a {
	border:1px solid #DFDFDF;
	display:block;
	float:left;
	margin:0px 0px 10px 10px;
}
#all-thumbs a:hover {
	border:1px solid #000;
}
#all-thumbs .first {
	clear:left;
	margin-left:0px;
}
#all-thumbs .credits {
	float:right;
	text-align:right;
	width:30%;
}
#all-thumbs #return {
	float:left;
	border:0px none;
	text-decoration:none;
	color:#e8008c;
	margin:0px;
}
#all-thumbs #return:hover {
	text-decoration:underline;
}

