
/*//////////////////////////////////////////////////////////////////////////////////// page setup ///////////*/
/*//////////////////////////////////////////////////////////////////////////////////// cp edit styles ///////////*/
html,body,h1,h2,h3,h4,h5,p,ul,li,div,img,form,label,input,textarea,select {
	margin:0;
	padding:0;
	border:0;
}

html,body{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	font-style:normal;
	color: #FFFFFF;
}
body {
	width:100%;
	height:100%;
	background:url(library/bg_9.jpg) no-repeat center center;
		
	background-color:#000000;
	color:#FFFFFF;
}
h1 {
	font-family: gothic,Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
	font-weight:normal;
	font-style:normal;
}
h2,h3,h4,h5 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#484F7B;
	font-weight:normal;
	font-style:normal;
}
a:link,a:visited,a:hover,a:active{
	font-family: inherit;
	font-size:inherit;
	font-weight:inherit;
	font-style:inherit;
	color:inherit;
	margin:0;
	padding:0;
	border:0;
}
a:link.plink, a:visited.plink, a:hover.plink, span.plink {
	text-decoration:none;
	display:block;
	float:left;
	margin-right:5px;
}
a:hover.plink {
	text-decoration:underline;
}

a:link.plinkchosen, a:visited.plinkchosen, a:hover.plinkchosen, span.plinkchosen {
	font-weight:bold;
	text-decoration:underline;
}
a.button,input.button{
	display:block;
	float:left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	background-color:#e3e3e3;
	width:auto;
	text-decoration:none;
	margin:0;
	border:1px solid #FFFFFF;
	cursor:pointer;
}
input,textarea,select {
	margin:0;
	padding:1px;
	color:#666666;
	border:1px solid #FFFFFF;
}
input[type="radio"],input[type="checkbox"],input[type="image"] {
	border:0;
}
input.button {
	height:24px;
	padding:0 1px 3px 1px;
}
a.button {
	height:20px;
	padding:2px 6px 0 6px;
}
.clear {
	clear:both;
	width:0;
	height:0;
}
ul {
	list-style-position:inside;
}
hr.dashedhr {
	border:0;
	height:0;
	border-bottom:1px #FFFFFF dashed;
	background-color:#ffffff;
}
#page_overlay {
	position:relative;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
}
#page {
	position:relative;
	top:0;
	left:0;
	display:block;
	width:900px;
	height:auto;
	margin:0 auto;
	padding:10px 0;
	z-index:10;
}
img#pagebg {
	position:fixed;
	z-index:0;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#notifications{
	margin-top:-10px;
	background:#4d4d4d;
	padding:10px;
	margin-bottom:20px;
	-webkit-border-radius:0px 0px 5px 5px;
-moz-border-radius:0px 0px 5px 5px;
border-radius:0px 0px 5px 5px;

}

#notifications > div{
	margin-bottom:10px;
	min-height:10px;
	padding:4px;
	-webkit-border-radius:0px 0px 0px 0px;
-moz-border-radius:0px 0px 0px 0px;
border-radius:0px 0px 0px 0px;

}

#notifications .info{
	border:2px solid #0066CC;
	background: #80b3e6;
}

.warn{
	border:1px solid #FFFF99;
	background: #ffffcc;
	color:#333;
}

.warn,.info,.error{
	font-weight:bold;
	text-align:center;
}

.expired{
	height:200px;
	line-height:200px !important;
	margin-top:100px;
	
}

#banner_div, #breadcrumb_div, #nav_div, #gallery_thumb_holder, #h1_floater, #ghtml_div, #gallery_chooser, #footer_div, #footer_style_div {
	position:relative;
	top:0;
	left:0;
	z-index:0;
}
#banner_div{
	-webkit-border-radius:5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
border-radius:5px 5px 5px 5px;

}

#nav_div {
	z-index:1000 !important;
}
#h1_floater {
	z-index:1;
}
#gallery_chooser {
	z-index:500 !important;
}
/*//////////////////////////////////////////////////////////////////////////////////// photo box styles ///////////*/

#photoholder {
	position:absolute;
	z-index:3997;
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
}
#photo_namer {
	font-family: gothic,Arial, Helvetica, sans-serif;
	position:fixed;
	z-index:9001;
	display:block;
	width:100%;
	height:60px;
	bottom:0px;
	left:0px;
	padding-bottom:5px;
	color:#dddddd;
	font-size:40px;
}
#photo_namer_shadow {
	font-family: gothic,Arial, Helvetica, sans-serif;
	position:fixed;
	z-index:9000;
	display:block;
	width:100%;
	height:60px;
	bottom:-1px;
	left:1px;
	padding-bottom:5px;
	color:#000000;
	font-size:40px;
}
#track,#ol_track {
	float:left;
	margin-top:75px;
	height:295px;
	width:20px;
	position:relative;
	background:url(library/zoom_scale.png) no-repeat top left;
	cursor:n-resize;
}
#handle,#ol_handle {
	position:relative;
	z-index:9001;
	width:20px;
	height:14px;
	background:url(library/zoom_pointer.png) no-repeat top left;
	cursor:n-resize;
}
#prevnext {
	position:fixed;
	z-index:9005;
	display:block;
	width:90px;
	height:40px;
	bottom:10px;
	right:10px;
}
#image_buttons_holder {
	position:fixed;
	top:0px;
	right:0px;
	display:block;
	width:120px;
	height:75px;
	background:url(library/buttons_bg.png) repeat-y;
	overflow:hidden;
	z-index:9000;
}
#edit_image_buttons_holder {
	position:fixed;
	top:0px;
	right:150px;
	display:block;
	width:100px;
	height:75px;
	padding-left:20px;
	background:url(library/buttons_bg.png) repeat-y;
	overflow:hidden;
	z-index:9000;
	text-align:left;
}
#edit_image_buttons_holder a:link, #edit_image_buttons_holder a:visited, #edit_image_buttons_holder a:hover {
	color:#ffffff;
	text-decoration:none;
	padding-left:10px;
}
#luxi_menu_holder {
	position:fixed;
	top:10px;
	left:70px;
}
#buy_menu_holder {
	position:fixed;
	top:10px;
	right:270px;
}
#cmnts_menu_holder {
	position:fixed;
	top:150px;
	right:200px;
}
#shrng_menu_holder {
	position:fixed;
	top:230px;
	right:300px;
	z-index:9999;
}
#luxi_menu, #buy_menu, #photo_view_menu, #cmnts_menu, #shrng_menu {
	position:absolute;
	z-index:9001;
	display:block;
	top:0px;
	left:0px;
	height:0px;
	width:0px;
	overflow:hidden;
	background-color:#262626;
	font-size:10px;
	font-weight:bold;
	text-align:left;
}

#luxi_online_button{
	position:fixed;
	left:-1px;
	z-index:9000;
	cursor:pointer;
}

#luxi_menu_button {
	position:fixed;
	top:30px;
	left:10px;
	z-index:9000;
	cursor:pointer;
}
/*
#luxi_buy_button {
	position:fixed;
	top:10px;
	left:10px;
	z-index:9000;
	cursor:pointer;
}
#luxi_info_button {
	position:fixed;
	top:70px;
	left:10px;
	z-index:9000;
	cursor:pointer;
}
#luxi_comment_button {
	position:fixed;
	top:130px;
	left:10px;
	z-index:9000;
	cursor:pointer;
}
#luxi_share_button {
	position:fixed;
	top:190px;
	left:10px;
	z-index:9000;
	cursor:pointer;
}
#luxi_exit_button {
	position:fixed;
	top:10px;
	right:10px;
	z-index:9000;
	cursor:pointer;
}
*/
#luxi_report_button {
	position:fixed;
	bottom:10px;
	left:10px;
	z-index:9000;
	cursor:pointer;
}
/*//////////////////////////////////////////////////////////////////////////////////// loader styles ///////////*/
#loaderholder {
	display:none;
	position:fixed;
	right:0;
	bottom:0;
	width:100px;
	height:100px;
	z-index:9000;
}
#loaderholderholder {
	display:block;
	width:30px;
	height:30px;
	padding:70px 0 0 70px;
}
/*//////////////////////////////////////////////////////////////////////////////////// msg box styles ///////////*/
#msgholder {
	position:fixed;
	z-index:9000;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

#msgholder a{
	color:#333;
}
#msgholder2 {
	position:absolute;
	z-index:8999;
	display:block;
	width:100%;
	height:100%;
	background-color:#000000;
	filter: alpha(opacity=70);
	opacity: .7;
	top:0;
	left:0;
}
.msg {
	position:absolute;
	z-index:9002;
	display:block;
	width:100%;
	height:100%;
}
.msg p {
	display:block;
	width:400px;
	margin:100px auto 0 auto;
	border:1px solid #330000;
	background-color:#cc0000;
	padding:10px 5px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.msg input#msgok {
	padding:2px 20px;
	cursor:pointer;
}
.msg a:link, .msg a:visited, .msg a:hover {
	padding:2px 20px;
	background-color:#F0F0F0;
	text-decoration:none;
}
/*//////////////////////////////////////////////////////////////////////////////////// useful box styles ///////////*/
#useholder, #useholderiframe {
	position:absolute;
	z-index:4997;
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#useholder4 {
	position:fixed;
	z-index:5000;
	display:block;
	width:460px;
	border:1px solid #FFFFFF;
	background-color:#000000;
	top:5%;
	left:50%;
	margin-left:-230px;
	cursor:auto;
	height:80%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#useholderiframe4 {
	position:fixed;
	z-index:5000;
	display:block;
	width:690px;
	border:1px solid #FFFFFF;
	background-color:#000000;
	top:5%;
	left:50%;
	margin-left:-345px;
	cursor:auto;
	height:80%;
}
#useholder5 {
	position:relative;
	top:0;
	left:0;
	display:block;
	width:460px;
	background-color:#000000;
	cursor:auto;
	height:100%;
	overflow:auto;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
}
#use {
	position:relative;
	top:0;
	left:0;
	display:block;
	width:400px;
	background-color:#000000;
	color:#FFFFFF;
	padding:20px;
	cursor:auto;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#useiframe {
	position:relative;
	top:0;
	left:0;
	display:block;
	width:690px;
	background-color:#000000;
	cursor:auto;
	height:100%;
	overflow-x:hidden;
	overflow-y:hidden;
}
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
#nav {
	margin-top:0px;
	position:relative;
	top:0;
	left:0;
	display:block;
	width:900px;
	height:26px;
	/*line-height:26px;*/
	background:url(library/navgrad.png) repeat-x top #262626;
	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
	
	z-index:1000;
    margin-bottom:5px;
}
#nav_div span.edit_tab {
	z-index:1001 !important;
}
#nav ul {
	position:absolute;
	z-index:7000;
	display:none;
	top:26px;
	left:0;
	padding-top:10px;
	background-color:#262626;
	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	
}
#nav ul li ul, #nav ul li ul li ul {
	position:absolute;
	z-index:7000;
	display:none;
	top:0px;
	left:120px;
	padding-left:10px;
	padding-top:0px !important;
	background-color:#262626;
}
#nav li:hover ul,#nav li:hover ul li:hover ul,#nav li:hover ul li:hover ul li:hover ul{
	display:block;
}
#nav li:hover ul li ul,#nav li:hover ul li:hover ul li ul{
	display:none;
}
#nav li {
	position:relative;
	display:block;
	float:left;
	list-style-type:none;
	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	
}
#nav li a:link, #nav li a:visited {
	text-decoration:none;
	display:block;
	float:left;
	padding:2px 10px;
	text-align:center;
	margin:0px 0px;
	width:100px;
	min-height:22px;
	background:url(library/navgrad.png) repeat-x top #262626;
	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	
	color:#DBDBDB;
}

#nav ul li a:link,#nav ul li a:visited{
	padding-left:20px;
	padding-right:0px;
	text-align:left;
}
#nav li:hover, #nav li a:hover {
	background-color:#474747;
	color:#FFFFFF;	
}
.follownav {
	color:#DBDBDB;
}
#breadcrumb,#breadcrumb a:link,#breadcrumb a:visited,#breadcrumb a:hover {
	text-decoration:none;
	color:#FFFFFF;
	margin:5px 0;
}

img {
	color:#000000;
	text-decoration:none;
}
/*//////////////////////////////////////////////////////////////////////////////////// edit styles ///////////*/
#bulkform div, #bulkform p {
	color:#DBDBDB !important;
}
#h1_floater {
	float:left;
	display:block;
	width:780px;
}
div.imgldr {
	background:url(library/loader_white.gif) center 80% no-repeat #000000;
	color:#000000;
}
#gallery_thumb_holder {
	float:left;
	padding-right:20px;
}
#gallery_chooser {
	position:relative;
	display:block;
	width:900px;
	margin:10px 0;
	height:30px;
	color:#DBDBDB;
	background:url(library/navgrad.png) repeat-x top #262626;
	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	
}
#gallery div.gallery_div,#gallery a:link.gallery_div,#gallery a:visited.gallery_div {
	display:inline-block;
	width:400px;
	height:100px;
	margin:20px;
	text-decoration:none;
}
#gallery div.gallery_div img,#gallery a:link.gallery_div img,#gallery a:visited.gallery_div img {
	float:left;
	margin-right:10px;
}
.vmid {
	vertical-align:middle;
}
#gallery div.gallery_div span.imgdesc,#gallery a:link.gallery_div span.imgdesc,#gallery a:visited.gallery_div span.imgdesc {
	float:left;
	display:block;
	text-decoration:none;
}
#gallery_buyer {
	float:left;
	width:600px;
}
#gallery_basket {
	float:left;
	width:260px;
	padding:10px;
	margin:10px 0 10px 20px;
	background-color:#262626
	color:#DBDBDB;
}
#gallery_basket h3 {
	font-size:20px;
	color:#DBDBDB;
}
#gallery_buyer a:link, #gallery_buyer a:visited {
	position:relative;
	display:block;
	float:left;
	width:100px;
	min-height:100px;
	padding:10px;
	margin:10px;
	background:url(library/loader_white.gif) center 80% no-repeat;
	color:#FFFFFF;
	font-size:10px !important;
	text-decoration:none;
	cursor:pointer;
}
#gallery_buyer a:hover {
	background-color:#262626;
}
#gallery div.image_div,#gallery a:link.image_div,#gallery a:visited.image_div {
	position:relative;
	top:0px;
	left:0px;
	display:block;
	width:100px;
	height:120px;
	margin:20px 18px 0px 0px;
	padding: 5px;
	background:url(library/loader_white.gif) center center no-repeat;
	float:left;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

#gallery div.image_div_l,#gallery a:link.image_div_l,#gallery a:visited.image_div_l, #photoholder div.image_div_l,#photoholder a:link.image_div_l,#photoholder a:visited.image_div_l {
	position:relative;
	top:0px;
	left:0px;
	display:block;
	width:270px;
	height:290px;
	margin:20px 18px 0px 0px;
	padding: 5px;
	background:url(library/loader_white.gif) center 80% no-repeat;
	float:left;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
#gallery div.image_div_e,#gallery a:link.image_div_e,#gallery a:visited.image_div_e {
	position:relative;
	top:0px;
	left:0px;
	display:block;
	width:190px;
	height:210px;
	margin:20px 18px 0px 0px;
	padding: 5px;
	background:url(library/loader_white.gif) center 80% no-repeat;
	float:left;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
#gallery div.image_div span.imgdesc,#gallery a:link.image_div span.imgdesc,#gallery a:visited.image_div span.imgdesc {
	position:absolute;
	top:100px;
	left:0px;
	display:block;
	height:0px;
	width:100px;
	overflow:auto;
	background-color:#262626;
}
#gallery div.image_div span.imgmenu, #list li span.imgmenu, #ghtml_menu, #gallery_menu, #h1_menu, #footer_menu {
	position:absolute;
	z-index:3001;
	top:1px;
	left:0px;
	display:block;
	height:0px;
	width:88px;
	overflow:hidden;
	background-color:#262626;
	font-size:10px;
	font-weight:bold;
	text-align:left !important;
}
#share_hidebuy a:link, #share_hidebuy a:visited {
	text-decoration:none;
	color:#DBDBDB
}
#list li span.imgsort {
}
#list li span.sortdiv {
	position:relative;
	left:0;
	top:0;
	display:block;
	width:490px;
	height:50px;
	background-color:#262626;
	cursor:move;
	padding:5px;
	margin-bottom:5px;
}
#luxiloaderButton {
	margin:0 auto;
}
#gallery_menu {
	top:30px;
}
#gallery {
	display:block;
}
#gallery div.image_div span.imgdrag {
	position:absolute;
	z-index:3001;
	top:1px;
	left:100px;
	display:block;
	height:20px;
	width:0px;
	background:url(library/dragger.png) no-repeat;
	cursor:move;
}
#gallery div.image_div span.imgrl {
	position:absolute;
	z-index:3001;
	top:31px;
	left:100px;
	display:block;
	height:20px;
	width:0px;
	background:url(library/rotate_left.png) no-repeat;
	cursor:pointer;
}
#gallery div.image_div span.imgrr {
	position:absolute;
	z-index:3001;
	top:61px;
	left:100px;
	display:block;
	height:20px;
	width:0px;
	background:url(library/rotate_right.png) no-repeat;
	cursor:pointer;
}
#gallery div.image_div span.imgactive, #gallery div.image_div span.imgactiveoff {
	position:absolute;
	z-index:3001;
	top:1px;
	left:0px;
	display:block;
	height:20px;
	width:0px;
}
#gallery div.image_div span.imgactive {
	background:url(library/active.png) no-repeat;
}
#gallery div.image_div span.imgactiveoff {
	background:url(library/active2.png) no-repeat;
}
#gallery div.image_div span.imghome, #gallery div.image_div span.imghomeoff {
	position:absolute;
	z-index:3001;
	top:31px;
	left:0px;
	display:block;
	height:20px;
	width:0px;
}
#gallery div.image_div span.imghome {
	background:url(library/home.png) no-repeat;
}
#gallery div.image_div span.imghomeoff {
	background:url(library/home2.png) no-repeat;
}
#gallery div.image_div span.imgport, #gallery div.image_div span.imgportoff {
	position:absolute;
	z-index:3001;
	top:61px;
	left:0px;
	display:block;
	height:20px;
	width:0px;
}
#gallery div.image_div span.imgport {
	background:url(library/portfolio.png) no-repeat;
}
#gallery div.image_div span.imgportoff {
	background:url(library/portfolio2.png) no-repeat;
}

/*
#gallery_view_reorder {
	position:absolute;
	z-index:3001;
	top:0px;
	right:100px;
	padding:5px;
	text-decoration:none;
	color:#DBDBDB;
}
#gallery_view_chooser {
	position:absolute;
	z-index:3001;
	top:0px;
	right:0px;
	padding:5px;
	text-decoration:none;
	color:#DBDBDB;
}
#gallery_buy_chooser {
	position:absolute;
	z-index:3001;
	top:0px;
	right:200px;
	padding:5px;
	text-decoration:none;
	color:#DBDBDB;
}*/
#liveviews {
	height:150px;
	overflow-x:hidden;
	overflow-y:auto;
}
span.ioptions {
	position:absolute;
	bottom:25px;
	left:50%;
	padding:0px;
	overflow:hidden;
	text-align:center;
	background:url(library/navgrad.png) repeat-x top;
	/*rounded corners*/
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
span.ioptions a:link, span.ioptions a:visited {
	position:relative;
	top:6px;
	left:0px;
}

#gallery_chooser_div a{
	z-index:3001;
	top:0px;
	padding:5px;
	text-decoration:none;
	color:#DBDBDB;
	float:right;
	position:relative;
	right:10px;
	margin-left:10px;
}
#gallery_view_options {
	position:absolute !important;
	margin-left:0px !important;
	top:0px;
	left:10px;
}
/*#edit_image_link {
	position:absolute;
	z-index:3001;
	top:0px;
	right:100px;
	padding:5px;
	text-decoration:none;
	color:#DBDBDB;
}
#pro_stats_link {
	position:absolute;
	z-index:3001;
	top:0px;
	right:240px;
	padding:5px;
	text-decoration:none;
	color:#DBDBDB;
}

#sshow_link {
	position:absolute;
	z-index:3001;
	top:0px;
	right:340px;
	padding:5px;
	text-decoration:none;
	color:#DBDBDB;
}

#sshow_link_u {
	position:absolute;
    right:300px;
    top:0px;
    padding:5px;
	text-decoration:none;
	color:#DBDBDB;
    z-index:3001;
}
*/
#view_menu {
	position:absolute;
	z-index:3001;
	top:30px;
	right:0px;
	display:block;
	height:0px;
	width:150px;
	overflow:hidden;
	background-color:#262626;
	font-size:10px;
	font-weight:bold;
}
#reorder_menu {
	position:absolute;
	z-index:3001;
	display:block;
	top:30px;
	right:70px;
	width:150px;
	height:0px;
	overflow:hidden;
	background-color:#262626;
	font-size:10px;
	font-weight:bold;
}
#luxi_menu a:link, #luxi_menu a:visited, #gallery div.image_div span.imgmenu a:link, #gallery div.image_div span.imgmenu a:visited, #list li span.imgmenu a:link, #list li span.imgmenu a:visited, #gallery_menu a:link, #gallery_menu a:visited, #buy_menu a:link, #buy_menu a:visited, #photo_view_menu a:link, #photo_view_menu a:visited, #cmnts_menu a:link, #cmnts_menu a:visited, #shrng_menu a:link, #shrng_menu a:visited, #h1_menu a:link, #h1_menu a:visited, #view_menu a:link, #view_menu a:visited, #reorder_menu a:link, #reorder_menu a:visited, #ghtml_menu a:link, #ghtml_menu a:visited, #footer_menu a:link, #footer_menu a:visited {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#DBDBDB;	
}
#luxi_menu img, #gallery div.image_div span.imgmenu img, #gallery_menu img, #list li span.imgmenu img, #buy_menu img, #photo_view_menu img, #cmnts_menu img, #shrng_menu img, #h1_menu img, #view_menu img, #reorder_menu img, #ghtml_menu img, #footer_menu img {
	position:relative;
	top:3px;
	opacity:inherit;
}
#h1_content {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:24px;
	color:#FFFFFF;
	border-color:#FFFFFF;
	background-color:#000000;
}
#h1_text {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:24px;
	color:#FFFFFF;
	border-color:#FFFFFF;
	width:100%;
	background-color:#000000;
}
#gallery div.image_drop,#gallery a:link.image_drop,#gallery a:visited.image_drop {
	display:block;
	position:relative;
	width:40px;
	height:120px;
	margin:20px 0;
	background-color:#000000;
	float:left;
}
#gallery div.image_div_hover,#gallery a:link.image_div_hover,#gallery a:visited.image_div_hover {
	background:url('library/parting.png') no-repeat;
}
div.settings_div {
	width:90%;
	background-color:#262626;
	padding:10px 5%;
	margin-top:20px;
	font-size:18px;
	cursor:pointer;
	color:#DBDBDB;
}
.settings_form {
	width:90%;
	background-color:#262626;
	padding:10px 5%;
	color:#DBDBDB;
	margin-bottom:30px;
}

#use .settings_form, #basket_update_form{
	background:none;
}
div.usesub {
	font-weight:bold;
	margin:20px 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #ccc;<!--n_fc-->
	color:#E1E1E1;
}
div.usesub_sub {
	font-weight:bold;
	margin:20px 0 10px 120px;
	padding:0 0 5px 0;
	border-bottom:1px solid #ccc; <!--n_fc-->
	color:#FFFFFF;
}
#use div.usesub, #use div.usesub_sub {
	color:#E1E1E1;
	border-bottom:1px solid #E1E1E1;
}
div.usesub h2,div.usesub h3,div.usesub h4,div.usesub h5,div.usesub p,div.usesub ul li,div.usesub div, div.usesub label, div.usesub_sub h2,div.usesub_sub h3,div.usesub_sub h4,div.usesub_sub h5,div.usesub_sub p,div.usesub_sub ul li,div.usesub_sub div, div.usesub_sub label {
	color:#FFFFFF;
}
div.finishes {
	border-bottom:1px solid #FFFFFF;
	width:100%;
}
#cpbar {
	width:100%;
	height:20px;
	background:url(library/cp_bar.jpg) repeat-x;
}
#cpbar a:link,#cpbar a:visited {
	font-size:11px;
	color:#999999;
	padding:2px 20px;
	text-decoration:none;
}
#cpbar a:hover,#cpbar a:link#cpactive,#cpbar a:visited#cpactive {
	background-color:#FFFFFF;
	color:#FFFFFF;
}
div.edit_div {
	position:relative;
}
span.edit_tab {
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	width:30px;
	height:30px;
	background:url(library/peel_edit.gif) no-repeat top left;
	cursor:pointer;
	z-index:1000;
}
span.save_tab {
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:30px;
	height:30px;
	background:url(library/peel_save.gif) no-repeat top left;
	cursor:pointer;
	z-index:1000;
}
span.close_tab {
	position:absolute;
	display:block;
	top:5px;
	right:25px;
	width:20px;
	height:20px;
	background:url(library/closer.png) no-repeat top left;
	cursor:pointer;
	z-index:9500;
}
span.move_tab {
	position:absolute;
	display:block;
	top:5px;
	right:50px;
	width:20px;
	height:20px;
	background:url(library/dragger.png) no-repeat top left;
	cursor:move;
	z-index:9500;
}
span.close_tab_mini {
	position:absolute;
	display:block;
	top:5px;
	right:-5px;
	width:20px;
	height:20px;
	background:url(library/closer_mini.png) no-repeat top left;
	cursor:pointer;
	z-index:9999;
}
form.use_form label {
	float:left;
	display:block;
	width:150px;
	text-align:right;
}
form.use_form div.inpt {
	float:left;
	display:block;
	width:230px;
	padding-left:20px;
}
form.use_form div.inpt input[type="text"], form.use_form div.inpt input[type="password"], form.use_form div.inpt select, form.use_form div.inpt textarea  {
	width:220px;
}
form.settings_form label {
	float:left;
	display:block;
	width:250px;
	text-align:right;
	color:#DBDBDB;
}
form.settings_form span {
	color:#DBDBDB;
}
form.settings_form div.inpt {
	float:left;
	display:block;
	width:540px;
	padding-left:20px;
}
form.use_form div.clear, form.settings_form div.clear {
	height:5px;
}
.basket_row {
	diplay:block;
	width:900px;
	margin-top:10px;
	color:#DBDBDB;
	border-bottom:1px solid #000000;
}
.basket_del {
	display:block;
	float:left;
	width:60px;
	margin:5px 0;
    text-align:center;
	color:#DBDBDB;
}

.basket_seperate{
	display:block;
	float:left;
	width:340px;
	margin:5px 0;
    text-align:center;
	color:#DBDBDB;
}
.basket_imgno {
	display:block;
	float:left;
	width:210px;
	margin:5px 0;
	color:#DBDBDB;
}
.basket_imgno_order {
	display:block;
	float:left;
	width:270px;
	margin:5px 0;
	color:#DBDBDB;
}
.basket_imgname {
	display:block;
	float:left;
	width:130px;
	margin:5px 0;
	color:#DBDBDB;
}
.basket_type {
	display:block;
	float:left;
	width:100px;
	margin:5px 0;
	color:#DBDBDB;
}
.basket_size {
	display:block;
	float:left;
	width:100px;
	margin:5px 0;
	color:#DBDBDB;
}
.basket_finish {
	display:block;
	float:left;
	width:140px;
	margin:5px 0;
	color:#DBDBDB;
}
.basket_quant {
	display:block;
	float:left;
	width:80px;
	margin:5px 0;
    text-align:center;
	color:#DBDBDB;
}
.basket_label {
	display:block;
	float:left;
	width:360px;
	margin:5px 0;
    text-align:right;
	color:#DBDBDB;
}
.basket_price {
	display:block;
	float:left;
	width:80px;
	margin:5px 0;
    text-align:right;
	color:#DBDBDB;
}
.order_row {
	width:900px;
	margin-bottom:5px;
	color:#DBDBDB;
}
.order_date {
	float:left;
	width:80px;
	color:#DBDBDB;
}
.order_no {
	float:left;
	width:80px;
	text-align:center;
	color:#DBDBDB;
}
.order_cust {
	float:left;
	width:320px;
	color:#DBDBDB;
}
.order_status {
	float:left;
	width:150px;
	text-align:left;
	color:#DBDBDB;
}
.order_contains {
	float:left;
	width:100px;
	text-align:center;
	color:#DBDBDB;
}
.order_value {
	float:left;
	width:60px;
	text-align:right;
	color:#DBDBDB;
}
#checkout_form label {
	display:block;
	float:left;
	width:100px;
	height:30px;
	color:#DBDBDB;
}

#checkout_form input{
	border:1px solid #ccc;
}
#ghtml_div {
	position:relative;
	display:block;
	width:900px;
	min-height:30px;
}
#ghtml {
	display:block;
	width:800px;
	margin-top:10px;
	padding:0px 50px 10px 50px;
}
#ghtml #ghml_text {
	margin-bottom:10px;
	text-align:center;
}
#ghtml #ghml_text, #ghtml #ghml_text a:link, #ghtml #ghml_text a:visited {
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
}
#flash_image_slideshow {
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-200px;
	width:400px;
	height:400px;
}
#footer_div {
	position:relative;
	display:block;
	width:900px;
	min-height:30px;
}
#footer {
	display:block;
	width:800px;
	margin-top:10px;
	padding:0px 50px 10px 50px;
	border-top:1px solid #262626;
}
#footer #footer_dynamic, #footer p#footer_fixed {
	margin-top:10px;
	text-align:center;
	font-size:10px;
}

#footer_fixed, #footer_fixed a:link, #footer_fixed a:visited, #footer_dynamic, #footer_dynamic a:link, #footer_dynamic a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
/*//////////////////////////////////////////////////////////////////////////////////// b&w colour override //////*/
/*h2,h3,h4,h5,p,li,div,label, #ghtml, #ghml #ghml_text, #ghtml #ghml_text, #ghtml #ghml_text a:link, #ghtml #ghml_text a:visited, a:link.plink, a:visited.plink, a:hover.plink, #gallerystyle p {
	color:#FFFFFF;
}*/

/*//////////////////////////////////////////////////////////////////////////////////// lightbox styles //////*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer{
	padding: 10px;
	}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(library/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(library/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/*//////////////////////////////////////////////////////////////////////////////////// slider styles ///////////
	Carpe Slider
	By Tom Hermansson Snickars                 
	2005-12-17 version 1.5
	Copyright CARPE Design                     
	carpe.ambiprospect.com
*/
*.carpe_horizontal_slider_display_combo {
	clear: left;
	margin: 0;
}
*.carpe_vertical_slider_display_combo {
	float: left;
	margin: 0;
}
*.carpe_horizontal_slider_track {
	background-color: #bbb;
	color: #333;
	width: 120px;
	float: left;
	margin: 0;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	padding: 4px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
*.carpe_vertical_slider_track {
	background-color: #bbb;
	color: #333;
	padding: 3px 6px 15px 6px;
	width: 24px;
	height: 100px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
*.carpe_horizontal_slider_track *.carpe_slider_slit {
	background-color: #333;
	color: #ccc;
	width: 110px;
	height: 2px;
	margin: 4px 4px 2px 4px;
	line-height: 0px;
	position: absolute;
	z-index: 1;
	border: 1px solid;
	border-color: #999 #ddd #ddd #999;
}
*.carpe_vertical_slider_track *.carpe_slider_slit {
	background-color: #000;
	color: #333;
	width: 2px;
	height: 100px;
	position: absolute;
	margin: 4px 10px 4px 10px;
	padding: 4px 0 1px 0;
	line-height: 0px;
	font-size: 0;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
}
*.carpe_horizontal_slider_track *.carpe_slider {
	width: 16px;
	background-color: #666;
	color: #333;
	position: relative;
	margin: 0;
	height: 8px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	border: 2px solid;
	border-color: #999 #333 #333 #999;
}
*.carpe_vertical_slider_track *.carpe_slider {
	width: 20px;
	background-color: #666;
	color: #333;
	position: relative;
	margin: 0;
	height: 8px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	border: 2px solid;
	border-color: #999 #333 #333 #999;
}
*.carpe_slider_display_holder {
	background-color: #bbb;
	color: #333;
	width: 34px;
	margin: 0;
	float: left;
	padding: 0 2px 0 0;
	height: 20px;
	text-align: right;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
.carpe_slider_display {
	background-color: #bbb;
	color: #333;
	padding: 3px 1px 0 0;
	width: 30px;
	text-align: right;
	font-size: 11px;
	line-height: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	border: 0;
	cursor: default;
}
/*//////////////////////////////////////////////////////////////////////////////////// uploader //////*/
table.AjaxUploaderQueueTable tr td {
	color:#666666;
}
.error p{
	color:#ff0000;
}

/*//////////////////////////////////////////////////////////////////////////////////// Slideshow //////*/
.controlsimg{
	display:inline-block;
    margin-top:15px;
    margin-bottom:15px;
}

a{
	outline:none;
}
a img{
	border:none;
}

#titletext{
	font-family: gothic,Arial, Helvetica, sans-serif;
	font-size:30px;
}

/*///////////////////////////////////////////////////////////////////////////////////// IE Rounded Corners /////*/
.rounded{
	*zoom: 1;
	*position:relative;
}

.roundtl{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.roundtr{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.roundbr{
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.roundbl{
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.info{
	margin-bottom:30px;
	min-height:20px;
	padding:10px;
	webkit-border-radius: 10px;
	text-align:center;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #444444;
	color: #DBDBDB;
	border:1px solid;
}

.info input{
	border-color:#333;
}

/*///////////////////////help btn ///*/
div#searchbtn{
	width:50px;
	height:50px;
	background:url(library/luxihelp.png) no-repeat bottom center;	
	position:fixed;
	bottom:19px;
	left: 10px;
	z-index:9998;
}

div#underbtn{
	z-index:9997;
	height:200px;	
	padding:0px;
	position:fixed;
	bottom:20px;
	left: 0px;
	width:0px;
	overflow:hidden;
	
}

div#slidediv{
	overflow:hidden;
	width:250px;
	height:20px;
	position:absolute;
	background:#fff;
	padding:5px;
	bottom:0px;
	z-index:2;
	border:1px solid #ccc;
	left:30px;
	-webkit-border-radius:8px 8px 8px 8px;
-moz-border-radius:8px 8px 8px 8px;
border-radius:8px 8px 8px 8px;

}

div.fandiv{
	height:19px;
	width:90px;
	background:#fff;
	position:absolute;
	-moz-transform-origin:bottom left;
	-webkit-transform-origin:bottom left;
	transform-origin:bottom left;
	-o-transform-origin:bottom left;
	left:50px;
	bottom:0px;
	padding:5px;
	padding-left:60px;
	-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;

}

div.fandiv:hover{
	background: #fff !important;
	border: 1px solid #ccc;
}
div.fandiv:hover a{
	color: #333 !important;
}

a.fanlink, a.fanlink:visited{
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	
	position:absolute;
	right:10px;
	color: #fff;
	text-decoration:none;
}

input.slidesearchbox{
	height:20px;
	padding:0px;
	margin:0px;	
	border:1px solid #ddd;
	border-top: 1px solid #ccc;
	color:#999;
	position:absolute;
	width:190px;
	right:30px;
	background:-webkit-gradient(
					linear,
					left top,
					left 5,
					color-stop(0, #eee),
					color-stop(1, #fff)
				);
	background: -moz-linear-gradient(
					center top,
					#eee 0%,
					#fff 50%
				);

}


a#search{
	position:absolute;
	right:10px;	
}
	
/*///////////////////////Help Overlay///////////////////*/

.hdiv{
	background: #ffffff;	
	overflow: hidden;
	border:1px solid #333;
	-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
;
	color:#333;
}

.hdiv h2{
	color:inherit;
}

.hbtn{
	
	text-decoration:none !important;	
	background: url("library/luxihelp_small.png") no-repeat top left !important;
	padding:0px !important;
	border: none !important;
	width: 30px;
	height:30px;
	z-index:9999 !important;
}

.hbtn:hover{

}

/*///////////////////// Shop View /////////////////////*/
.product{
	background:#262626;
	border:1px solid #444444;
	color:#DBDBDB;
	margin-bottom:10px;
	padding:20px;
}

.product_info{
	float:left;
	position:relative;
	left:20px;
	padding:0px 20px;
	width:500px;
	color:inherit;
}

.product_images{
	float:left;
	overflow:hidden;
	width:50px;
}

.product_image_l{
	position:relative;
	left:20px;
	float:left;
	overflow:hidden;
	width:200px;
	cursor:pointer;
}
.product_image_s{
	width:50px;
	height:50px;
	margin-bottom:5px;
	text-align:center;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.product_image_s:hover a{
	display:none\9;
}


.delete_product_image{
	position:absolute;
    top:0px;
    right:0px;
}

.product_title{
	font-size:20px;
	color:inherit;
}

.product_desc{
	margin-top:20px;
	color:inherit;
}

.product_price{
	color:inherit;
	display:inline-block;
	position:absolute;
	right:90px;
	top:2px;
	font-size:16px;
}

.product_buy{
	display:inline-block;
	position:absolute;
	right:0px;
	top:2px;
}

.product_options ul{
	float:right;
	list-style:none;
    margin:0px;
    padding:0px;
}

.add_img_overlay{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:none;
	cursor:pointer;
}


.add_img_overlay:hover{
	background:url(library/add_image_overlay.png);
}

.picture_frame{
	/*background:rgba(000,000,000,0.7);
	*background:rgb(000,000,000);
	background:rgb(000,000,000)\0/;*/
	background:#fff;
	padding:5px;
	-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;

}

.picture_frame_close{
	position:absolute;
	right:-16px;
	top:-16px;
}

.close_btn{
	position:absolute;
	width:32px;
	height:32px;
	right:-14px;
	top:-14px;
	background:url(library/close_cross_red.png) no-repeat top right;
	cursor:pointer;
}

#edit_product_form textarea{
	height:300px;
}

/*/////////////// ajax/pricing_image styles ////////////////*/
ul#pricing_image_gal li{
	list-style:none;
}

ul#pricing_image_gal li ul li{
    /*font-size:11px;*/
}

ul#pricing_image_gal ul li ul{
    position:relative;
    left:20px;
    margin-bottom:10px;
}

.centered_both{
 	position:fixed;
	left:50%;
	top:50%;
	width:0px;
	height:0px;
}

.prod_label{
	min-height:5px;
}
.prod_label span{
	font-size:10px;
}

.prod_label input{
	position:relative;
	top:6px;
}

.prod_input{
	display:inline-block;
	height:24px;
	padding:6px 0px;
	margin-bottom:6px;
	border-bottom:1px solid #FFFFFF;
	width:230px;
	margin-left:20px;
}

.prod_add{
	position:absolute;
	top:-35px;
	right:0px;
}

li.usesub{
	border-bottom:1px solid #FFFFFF;
	margin:0px 0 10px;
	padding:5px 0 ;
}

.finish_hold{
	display:block;
	height:30px;
	margin-bottom:5px;	
}

/*////////////// Overlay styles /////////////////////*/
#image_holder{
	cursor:move;
}
#ol_right_holder{
	position:fixed;
	right:0px;
	top:0px;
	bottom:0px;
	width:200px;
	overflow:hidden;
}

#ol_right{
	top:0px;
	position:relative;
	width:190px;
	height:100%;
	color:#ffffff;
}

#ol_right div{
	float:right;
}

#ol_right div div{
	float:none;
}

#ol_close{
	position:absolute;
	left:-10px;
	top:10px;
}

#ol_buy{
	position:absolute;
	left:-16px;
	top:50px;
}

#ol_slider{
	position:relative;
	top:50px;
}

#ol_right_open{
	position:absolute;
	left:0px;
	top:80%;
	margin-top:-60px;
	height:120px;
	cursor:pointer;
	width:40px;
	background:url(../library/ol_options_tab.png);
}

#ol_menu{
	height:100%;
	width:150px;
	background:#333;
	border-left:2px solid #555;
	color:inherit;
}

.ol_info{
	float:left !important;
	width:50px;
	height:50px;
	padding:10px;
	color:inherit;
}

#ol_menu ul{
	list-style:none;
	color:inherit;
}

#ol_menu ul a{
	text-decoration:none;
	color:inherit;
}

#ol_menu li{
	margin-top:10px;
	text-align:left;
	padding:0px 10px;
	color:inherit;
}

.ol_menu_heading{
	height:40px;
	width:100%;
	background:#555;
	line-height:40px;
	color:inherit;
}

#ol_bottom{
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	padding-bottom:10px;
}
#ol_info{
	position:relative;
	top:-5px;
	font-family: gothic,Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
	font-weight:normal;
	font-style:normal;
	display:inline-block;
}

#ol_next,#ol_prev{
	width:40px;
	height:40px;
	cursor:pointer;
	display:inline-block;
}

#ol_next{
	background:url(../library/photo_next_off.png) no-repeat;
}

#ol_prev{
	background:url(../library/photo_prev_off.png) no-repeat;
}

#ol_next.ol_active{
	background:url(../library/photo_next.png) no-repeat;	
}

#ol_prev.ol_active{
	background:url(../library/photo_prev.png) no-repeat;
}

#centered_both #image_holder #centered_both{
	z-index:9999;
}

.info_label{
	width:100px;
	display:inline-block;
}

input.small{
	width:20px;
}

.ipop_cc{
	position: absolute;
	right: 0px;
	top: -25px;
	background:#ff0000;
	width:15px;
	height:15px;
	-webkit-border-radius:7px 7px 7px 7px;
-moz-border-radius:7px 7px 7px 7px;
border-radius:7px 7px 7px 7px;

}

/*  /////////////////// Pro Stats //////////// */
#date_slider .handle{
	width:0px;
	height:20px;
	position:absolute;
	top:-10px;
	z-index:2;
}

#date_slider .handle_image{
	height:20px;
	width:14px;
	background:url(library/zoom_pointer_h.png);
	position:relative;
	left:-7px;
	cursor:e-resize;

}
.date_span{
	position:absolute;
	height:10px;
	top:0px;
	background:rgba(100,100,100,0.7);
	*background:rgb(100,100,100);
	z-index:1;				
}
.stat_img_main{
	position:relative;
	height:150px;
	padding:20px;
	float:left;
	width:185px;
}
.stat_img_holder{
	position:absolute;
	left:0px;
	width:75px;
}
.stat_img_views{
	position:absolute;
	left:75px;
	
}

#date_slider_holder{
	height:20px;	
}

#date_slider{
	width:inherit;
	height:10px;
	background:url(library/rule_h.png) repeat-x;
	position:relative;	
}

#gallery_info{
	color:#DBDBDB;
}

#stats h2{
	text-align:center;
	font-size:18px;
	font-weight:bold;	
	margin-bottom:10px;	

}

.infohold{
	padding:20px;
	margin-bottom:40px;
	background:url(../library/transparentoverlay.png) repeat;
	-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;

	
}

.infohold h2{
	text-align:center;
	font-weight:normal !important;
	font-size:14px !important;
}

.view_list{
	list-style:none;
	position:relative;
	left:20px;
}

.view_list li{
	float:left;
	margin-right:20px;
	color: #FFFFFF; 	
}
#photo_hover_hld{
	width:0px;
	position:fixed;	
	z-index:1337;
	left:50%;
	top:30%;	
}
#photo_hover{
	display:none;
	position:relative;
	background:rgba(000,000,000,0.7);
	background:rgb(000,000,000)\9;
	padding:20px;
	-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;

	width:300px;
	left:-150px;
	top:-150px;
}

#photo_hover img{
	vertical-align:bottom;	
}

#photo_hover ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#photo_hover ul li{
	float:left;	
	width:150px;
	color:#222;
	text-align:center;
}

#photo_hover_info{
	position:relative;
	top:0px;
	left:0px;
	width:inherit;
	background:#ffffff;
	-webkit-border-radius:0px 0px 10px 10px;
-moz-border-radius:0px 0px 10px 10px;
border-radius:0px 0px 10px 10px;

	color:#222;
	padding:10px 0px;
	height:40px;
}

#photo_hover a{
	position:absolute;
	width:32px;
	height:32px;
	right:-14px;
	top:-14px;
}

.error{
	font-weight:bold;
	min-height:20px;
	line-height:20px;
	padding:10px;
	text-align:center;
}
/*Error that follows an error */
.error + .error{
	margin-top:5px;
}

.error, .form_error {
	background:none repeat scroll 0 0 #EECACA;
	background: rgba(238,202,202,0.6);
	border:1px solid #FF0000;
	border:1px solid rgba(255,0,0,0.6);
	color:#333333;
}

/* Make a fullscreen div */
.fullscreen{
	position:fixed;
	height:100%;
	left:0px;
	top:0px;
	width:100%;
	z-index:4000;
}

#slideshow_background{
	background:#000;
}
