#gallery {
	display: block;
	padding-left: 15px;
	width: 765px;
}

.gallery_normal_view_thumb img{
	width:100px; 
	height:100px;
	border:none;
}
				
#gallery #normal_view {
	display: block;
}
				
#gallery #normal_view #thumbs {
	float: left;
	display: block;
	width: 225px;
}

#gallery #normal_view #thumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
				
#gallery #normal_view #thumbs ul li {
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #bbbbbb;
	padding: 1px;
	margin: 5px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}
				
#gallery #normal_view #preview {
	float: right;
	display: block;
	width: 475px;
	margin-right:50px;
}
#gallery #normal_view #preview #preview_image_options {
	height: 32px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #232323;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: center;
}
#gallery #normal_view #preview #preview_image {
	width: 450px;
	border: 1px solid #bbbbbb;
	min-height: 200px;
	_height: 200px;
	padding: 3px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	margin-top:35px;			
}
#gallery #normal_view #preview #preview_image img {
	width: 450px;
}

#gallery #normal_view #preview #preview_image_caption {
	padding: 0px;
	margin-bottom: 10px;
}

#preview_image_options table.image_options_table {
	width: 100px;
	margin: 0 auto;
	margin-top: 5px;
}

table.image_options_table {
	width: 100px;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 6px;
}

table.image_options_table td {
	padding: 0 1px !important;
}
div.image_options {
	display: block;
	width: 100px;
	margin: 0 auto;
}

a.favourite span {
	display: block;
	width: 22px;
	height: 22px;
	background: url('../images/icons/favorite-disabled.png') top left no-repeat transparent;
	cursor: hand;
}
a.favourite span.active {
	display: block;
	width: 22px;
	height: 22px;
	background: url('../images/icons/favorite.png') top left no-repeat transparent;
	cursor: hand;
}

				
#gallery #thumb_view {
	display: block;
}
				
#gallery #thumb_view #thumbs {
	display: block;
}
#gallery #thumb_view #thumbs ul li {
	display: block;
	float: left;
	width: 108px;
	margin: 7px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}
#gallery #thumb_view #thumbs ul li a.gallery_thumb_view_image {
	display: block;
	height: 100px;
	border: 4px solid #CCCCCC;
	padding: 0;
}

				
#gallery #pan_view {
	display: block;
	position: relative;
	border: 1px solid #ffffff;
	_width: 99%; /* IE 6 Issues */
	overflow: auto;
	height: 275px;
	margin: 0 auto;
}
#gallery #pan_view #thumbs {
	display: block;
	position: relative;
}
#gallery #pan_view #thumbs table.pan_view_table td {
	padding: 7px;
	text-align: center;
}
#gallery #pan_view #thumbs table.pan_view_table td a.gallery_pan_view_thumb img {
	border: 4px solid #CCCCCC;
}
				
.gallery_sections {
	background-color: #232323;
	padding: 10px;
	margin-bottom: 15px;
}
#gallery_header, #gallery_view_options, #gallery_comments {
	background-color: #232323;
	padding: 10px;
	margin-bottom: 15px;
}
#gallery_header {
	padding-bottom: 30px;
}
				
#normal_view_paginator {
	width: 200px;
	height: 32px;
	line-height: 32px;
	
	padding-right: 6px;
	margin-bottom: 5px;
	font-size: 11px;
					
}
#normal_view_paginator span.normal_view_page_counter {
	display: block;
	float: left;
}
#normal_view_paginator span.normal_view_next_previous {
	display: block;
	float: right;
}
#normal_view_paginator span.normal_view_next_previous span.disabled_link {
	color: #CCCCCC;
}


/****** Comments / Photo Buy ******/
#create_photo_comment, #buy_photo {
	position: relative;
	margin: 20px 0;
}

#create_photo_comment #photo_sample, #buy_photo #buy_photo_sample {
	display: block;
	float: left;
	width: 320px;
	overflow: hidden;
	
}

#create_photo_comment #comment_box {
	display: block;
	float: right;
	width: 440px;
	border: 1px solid #999999;
	padding: 10px;
	position: relative;
}

#create_photo_comment #comment_box #photo_comment_message {
	margin-bottom: 5px;
	display: none;
}
#buy_photo #pricing_options #photo_buy_message {
	margin-top: 10px;
	margin-bottom: 5px;
	display: none;
}


#buy_photo #pricing_options {
	display: block;
	float: right;
	width: 460px;
	padding-bottom: 20px;
}

table.pricing_table {
	background-color: #ffffff;
}

table.pricing_table th {
	padding: 5px;
	background-color: #444444;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	font-weight: bold;
}

table.pricing_table td {
	padding: 5px;
	border-right: 1px solid #ffffff;
}
table.pricing_table td.divider {
	height: 1px;
}
table.pricing_table td.divider div.divider {
	border-bottom: 1px solid #999999;
}
table.pricing_table .item {
	text-align: left;
}
table.pricing_table .cost, table.pricing_table .qty {
	text-align: right;
}

#legend {
	text-align:right;
	height:22px;
	line-height:22px;
	margin-bottom:10px;
}
#legend img {
	vertical-align: middle;
	margin-left:5px;
}
#categorySelectBox{
	display:none;
    width:300px; 
    border:1px solid white;
}
