/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/
/* RESET - KEEP AT PAGE TOP */	@import "style/css/reset.css";
/* NAV - KEEP AT PAGE TOP */	@import "style/css/nav.css";

.homebutton{float: left;margin-right:10px;width:167px;}

#flash{height: 588px;overflow-y: hidden;}

/*STORE STYLES*/
.Elta, .wpsc_category_11{
	display: none;
}
.Neocutis, .wpsc_category_10{
	/*display: none;*/
}
.single_product_display div.producttext{
	width:250px;
}
table.productcart tr.firstrow td {
	background-color:#E5E5E5;
	border-left:none !important;
	font-weight:bold;
}
#products_page_container .wpsc_categories{
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}
#products_page_container .wpsc_categories li{
	list-style: none;
	margin: 10px 0;
	padding: 10px;
	border: solid 1px #616161;
	clear: both;
	float: left;
	background: #fff;
	width: 500px;
}

#products_page_container .wpsc_categories .wpsc_category_image{
	float: left;
	margin-right: 20px;
	width: 150px;
}

#products_page_container .wpsc_categories .wpsc_category_link{
	float: left;
	clear: right;
}
#products_page_container .wpsc_categories .wpsc_subcategory{
	float: left;
	width: 320px;
}
#products_page_container .wpsc_categories .wpsc_subcategory p{
	margin: 0;
	padding: 0;
}

#products_page_container .wpsc_category_details{
	display: none;
}

#products .wpsc_categories li{
	padding: 4px 0;
}

#products .wpsc_categories li a{
	/*margin-right: 6px;*/
}
#products .wpsc_categories li a img, #products .wpsc_categories li a .item_no_image {
	display: none;
}

#cart span.gocheckout{
	float:right;
	margin-top:10px;
}

.shopping-cart-wrapper form {
	float:left;
}

#products{
	color:#FFFFFF;
	float:left;
	margin-left: 242px;
	*margin-left: -191px;
	margin-top: 200px;
	position:absolute;
	width: 181px;
	
}
#products ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#products ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#products ul li a, #products ul li a:link, #products ul li a:visited{
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:0;
	margin:0;
	padding:1px 0 1px 0px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
}
#products ul li a:hover{
	text-decoration: underline;
}
#products h2{
	color: #fff;
}

.product_image{
	border: solid 2px #919191 !important;
}
div.product_text{
	padding: 0 0 0 10px;
}

.wpsc_container {
	padding-top:20px;
}
#cart{
	width:201px;
	position: absolute;
	z-index: 200;
	margin-left: 232px;
	*margin-left: -201px;
	margin-top: 560px;
	color: #616161;
	background: #e1e1e1;
	padding-bottom: 10px;
}
#cart ul{
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
#cart h2{
	color: #616161;
}
#cart ul ul{
	padding: 0;
	margin: 0;
}
#cart ul li{
	list-style: none;
	padding: 0;
	margin: 0;
}
#cart ul li a, #cart ul li a:link, #cart ul li a:visited{
	color: #e1e1e1;
	padding: 2px 5px;
	display: block;
	float: left;
	background: #616161;
	font-size: 11px;
	border: solid 1px #fff;
	
}
#cart ul li a:hover{
	color: #000;
}


/* GLOBALS */
/* ----------------------------------------- */

body {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	color: 			#616161;
	line-height: 	20px;
	}

	
/* BANNER */
/* ----------------------------------------- */

div#mn-banner img {
	float: 			left ;
	}


/* NAVIGATION DETAILS */
/* ----------------------------------------- */

/* TOP MENU POSITIONING */
#multi-ddm {
	margin: 		12px 0 0 0;
	}

/** MENU WIDTH **/
#multi-ddm li {	
	width: 			231px;
    text-align:     right;
    height:         11px;
    margin-bottom:  11px;    
    }
#multi-ddm li:hover {	
    border-bottom:  1px solid #0B96B5;
    margin-bottom:  10px;
    }
#multi-ddm ul li {	
    height: auto;

    }
#multi-ddm ul li:hover {	
    border-bottom:  none;
    margin-bottom:  11px;
    }

#multi-ddm ul ul li:hover {	
    border-bottom:  none;
    margin-bottom:  0;
    }

/** SUBMENU WIDTH **/
#multi-ddm ul, #multi-ddm ul li {	
	width: 			190px;
    text-align:     left;

	}

/** SUBMENU APPEARANCE **/
#multi-ddm ul {
		border-top: none;	
		border-right: none;	
		border-bottom: none;	
		border-left: none;	
	border-color: #FFF;
	border-width: 1px;
	margin-left: 0;
    margin-top: 1px;
    display: none;
	}
div#mn-topnav #multi-ddm .current_page_ancestor ul, 
div#mn-topnav #multi-ddm .current_page_item ul { 
	display: inline; 
	}


/** TOP LEVEL LINK APPEARANCE **/
#multi-ddm a {
    display: inline;
	padding: 1px 0 2px 26px;
	margin: 0 16px 0 0;
	color: #888;
	text-decoration: none;
	text-transform: uppercase;
    letter-spacing: 2px;
    background: #000;
  	}

/** SUB LEVEL LINK APPEARANCE **/
#multi-ddm ul a {
	padding: 1px 0 1px 24px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	border: none;
    text-align: left;
    letter-spacing: 0;
    background: none;
    font-weight: bold;
	text-transform: uppercase;
    }

#multi-ddm ul ul a {
    color: #888;
    font-weight: normal;
    font-size: 11px;
	text-transform: none;
	text-transform: uppercase;
    }
#multi-ddm ul ul li {
    margin-bottom: 0;
    }

#multi-ddm ul ul ul a {
    color: #CCC;
    font-weight: normal;
    font-size: 11px;
	text-transform: none;
	text-transform: uppercase;
	margin-left: 10px;
    }
    
#multi-ddm ul ul ul ul a {
    color: #888;
    font-weight: normal;
    font-size: 10px;
	text-transform: none;
	text-transform: uppercase;
	font-style: normal;
	margin-left: 10px;
    }


/** TOP/SUB LINK HOVER APPEARANCE **/
#multi-ddm a:hover { color: #FFF; }
#multi-ddm ul a:hover {  }




/*  *********************************************  SEARCHFORM  STYLE *********************************************** */

#searchform  {
     float: right;
     width: 226px;
     text-align:right; 
     padding: 10px 16px 20px 0;
     }


/*  *********************************************  SIDEBAR  STYLE *********************************************** */

#mn-sidebar, #mn-sidebar input, #mn-sidebar select, #mn-sidebar textarea { 
	text-align: right;
	}


#mn-sidebar h2 {
	margin: 0 16px 0 0;
	}	

#mn-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	} 

#mn-sidebar a {
    display: inline;
	padding: 1px 0 2px 26px;
	margin: 0 16px 0 0;
	color: #888;
	text-decoration: none;
	text-transform: uppercase;
    letter-spacing: 2px;
    background: #000;
  	}

#mn-sidebar a:hover { color: #FFF; }


#mn-sidebar ul ul li {	
	width: 			231px;
    text-align:     right;
    height:         11px;
    margin-bottom:  11px;    
    }
#mn-sidebar ul ul li:hover {	
    border-bottom:  1px solid #0B96B5;
    margin-bottom:  10px;
    }


/*  *********************************************  QCONTACT  STYLE *********************************************** */
div#mn-sidebar form{
	width: auto;
	float: right;
	padding: 0 15px 15px 0;
	text-align: right;
	}

#mn-sidebar .cform span.reqtxt, #mn-sidebar .cform label, #mn-sidebar .cform span.emailreqtxt{
	display: none;
}

#mn-sidebar .cform input, #mn-sidebar .cform textarea{
	background:#FFFFFF none repeat scroll 0 0;
	border:medium none;
	clear:left;
	color:#222222;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:6px 0 0;
	padding:5px;
	width:198px;
}
#mn-sidebar .cform textarea{
	height: 68px;
}

#mn-sidebar .cform input#sendbutton, #mn-sidebar .cform input#sendbutton3{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#0B1F26 none repeat scroll 0 0;
	border:1px solid #1E1F21;
	color:#888888;
	padding:3px;
	margin:6px 0 0;
	width: auto;
	float: right;
	cursor: pointer;
}

#mn-sidebar ol.cf-ol li.textonly{
	background:none !important;
	letter-spacing:0px !important;
	margin:0 0 0 -1px !important;
	padding:0 !important;
	text-align:right !important;
}

.cform textarea, .cform input, .cform select {
	width:190px;
}

#mn-sidebar div.cf_info{
	width: auto !important;
}

#ll, #ll2, #ll3{
	display: none;
}

#sendbutton2{
	width: 100px !important;
	float: right;
	margin-right: 105px;
	clear: both;
}

.inputSelectquick, .inputCommentquick {
	font-family: Arial, Helvetica, sans-serif;
	width:198px;
	margin: 6px 0 0 0;
	padding: 5px 5px;
	display: block;
	clear: left;
	background: #FFF;
	color: #222;
	font-size: 11px;
	border: none;
	}
.inputSelectquick {
	}
.inputCommentquick {
	}
.inputButtonquick {
	margin: 6px 0 0 0;
	}

/*  *********************************************  CONTENT LINKS STYLE *********************************************** */

div#mn-content ul.mn-content-links {
	float: left;
	width: 100%;
    height: 135px;
	overflow: hidden;
	margin: 0;
	padding: 235px 25px 25px 0px;

    list-style: none;
    line-height: 18px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
 	}

div#mn-content ul.mn-content-links li {
	margin: 0;
	padding: 0;
	}

div#mn-content ul.mn-content-links a {
	color:#AAA;
	text-decoration:none;
	}
	div#mn-content ul.mn-content-links a:hover {
		color:#005772;
		background: none;
		}


/*  *********************************************  CONTENT  STYLE *********************************************** */

div#mn-content {
	}

div#mn-content p {
	text-align:justify;
	}
	div#mn-content strong {
		}

	div#mn-content p.noTopPadding	{
		padding-top:0;
		margin-top:0;
		}
    div#mn-content p.noBottomPadding	{
		padding-bottom:0;
		margin-bottom:0;
		}
	div#mn-content p.noPadding	{
		padding-top:0;
		margin-top:0;	
		padding-bottom:0;
		margin-bottom:0;
		}

div#mn-content ul {
		margin:0;
		padding: 0 0 15px 20px;
		}
	div#mn-content li {
		padding-left: 5px;
		}

div#mn-content ol {
		margin:0;
		padding: 0 0 15px 0;
		}
	div#mn-content li {
		}



div#mn-content a {
	color:#005772;
	text-decoration:none;
	font-weight: bold;
	}
	div#mn-content a:hover {
		color:#FFF;
        background: #005772;
		}

/*  *********************************************  ARTICLES PAGE *********************************************** */


div#mn-article {
padding-top: 15px;
width: 490px;
float: left;

}

div#mn-cover {
width: 350px;
float: left;

}

div#mn-apages {
width: 140px;
float: left;

}

div#mn-apages ul, div#mn-apages ul li {
margin: 0;
padding: 0;

}

div#mn-apages ul li {
height: 60px;
}


div#mn-apages ul {
list-style: none;

}


/*  *********************************************  AWARDS PAGE *********************************************** */


div#mn-awards {
padding-top: 15px;
width: 500px;
float: left;

}

div#mn-awards-img {
width: 300px;
float: left;

}

div#mn-awards-txt {
padding: 0;
width: 180px;
float: left;

}

div#mn-awards-img ul, div#mn-awards-img ul li{

list-style: none;
margin: 0;
padding:0;
line-height: 100px;

}

div#mn-awards-txt ul, div#mn-awards-txt ul li {

list-style: none;
text-decoration: none;
margin: 0;
padding: 0;

}

div#mn-awards-txt ul li {
padding-left: 20px;
line-height: 150px;
}








/*  *********************************************  FOOTER  STYLE *********************************************** */

div#mn-footer {
	line-height: 20px;
	font-size: 11px;
	color: #999;
	}
	#mn-footer p {
		padding: 0;
		margin: 11px 0 0 0;
		width: 100%;
		}
	#mn-footer ul {
		padding: 0;
		margin: 11px 0 0 0;
		width: 100%;
		list-style-type: none;
		}
		#mn-footer li {
			display: inline;
			padding-right: 25px;
			}
	#mn-footer a {
		color: #887765;
		text-decoration: none;
		}
		#mn-footer a:hover {
			text-decoration:underline;
			}
	
	

/* FOOTER STANDARDS */
/* ----------------------------------------- */

div#mn-footer p, div#mn-footer ul, div#mn-footer div {
	clear: left;
	float: left; 
	margin: 0;
	padding: 0;
	width: 90%; 
	}
	
#mn-footer ul,
#mn-footer li {
	display: inline;
	}
	#mn-footer li a {
		display: inline-block;
		margin: 0 15px 0 0;
		}


div#mn-footer #footerseo {
	margin-top: 15px;
	width: 70%;
	}

div#mn-footer #footerplaque { 
	clear: both;
	float: left;
	height: 40px;
	text-align: left;
	width: auto;
	}


		
	
	
/*  *********************************************  HEADER TAGS *********************************************** */

H1, #mn-sidebar .header, H2 {
	color:#616161;
	margin: 0 0 0 -1px;
	padding: 20px 0 10px 0;
	font-size: 15px;
    text-transform: uppercase;
	}

H2 {
	color: #005772;
	padding: 20px 0 0 0;
	font-size: 14px;
	}

H3 {
    margin: 0 0 0 -1px;
	padding: 20px 0 0 0;
	font-size: 12px;
    color: #005772;
	}

H4, H5, H6 {
    margin: 0 0 0 -1px;
	padding: 20px 0 0 0;
	font-size: 12px;
    color: #616161;
	}

table#page_title {
    position: absolute;
    top: 174px;
    left: 50%;
    margin: 0 0 0 -36px;
    line-height: 16px;
    }
         



/*  *********************************************   PICTURES   *********************************************** */

.picborder, .picRight, .picLeft {
	border: 1px solid; 
	border-color: #616161;
	}
	.picRight {
		float:right;
		margin-left:10px;
		margin-top:5px;
		}
	.picLeft {
		float:left;
		margin-right:10px;
		margin-top:5px;
		}

.picRightnoborder {
	float:right; 
	margin-left:10px;
	margin-top:10px;
	}

.picLeftnoborder {
	float: left;
	margin-right: 10px;
	}



.alignright	{
	float:right;
	}
.alignleft	{
	float:left;
	}

/*  *********************************************   CONTENT ELEMENTS  *********************************************** */

hr {
	width: 80%;
	border: none;
	border-top: 1px solid #CCC;
	text-align: center;
	margin: 30px auto;
	}

.button {
	border: 1px solid #1E1F21; 
	background: #0B1F26; 
	padding: 3px 3px; 
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	color: #888;
    }
.button:hover {
	color: #CCC;
	}


/* SITE SHELL */
/* ----------------------------------------- */
html { background-attachment: fixed !important; }
html 			{ background: url(style/images/full-repeater.jpg) center repeat-y; overflow: -moz-scrollbars-vertical; overflow-x: hidden; overflow-y: scroll; background-attachment:fixed;}
body 			{ background: url(style/images/bg-default.jpg) top center no-repeat;}
div#mn-wrapper 	{ width: 990px; }
div#mn-left 	{ float: left; width: 433px; overflow: hidden }
div#mn-left div	{ background: #000103; }


/* HEADER - header.php */
/* ----------------------------------------- */

div#mn-banner {
	float: left;
	width: 231px;
	height: 106px;
	margin: 0px;
	padding: 0px;
	background: url(style/images/banner.jpg) no-repeat;
	overflow: hidden;
	}

div#mn-contact {
    clear: left;
	float: left;
	width: 231px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background: url(style/images/contact.jpg) no-repeat;
	overflow: hidden;
	}

div#mn-topnav {
    clear: left;
	float:left;
	width: 231px;
/*  height: 280px; */
	margin:0;
	padding:0 0 50px 0;
    border-bottom: 1px solid #1E1F21;
	}	

div#mn-search {
    clear: left;
	float:left;
	width: 231px;
	margin:0;
	padding:25px 0;
	}	
div#mn-sidebar {
    clear: left;
	float:left;
	width: 231px;
	margin:0;
	padding:25px 0;
	}	

div#mn-main {
	float:left;
	width: 990px;
	margin:0;
	padding:0;
   	background: url(style/images/subnav.jpg) top left no-repeat;
	}	

    
    
/* SITE CONTENT - index.php */
/* ----------------------------------------- */

div#mn-content {
	float: right;
	width: 506px;
	overflow: hidden;
	margin:0;
	padding:0 25px 30px 25px;
	}

div#mn-toplist {
	float: left;
	overflow: hidden;
	margin:0;
	padding: 185px 0 0 0;
    height: 200px;
	}


/* BOTTOM - footer.php */
/* ----------------------------------------- */

div#mn-footer-wrap {
	width: 100%;
	clear: both;
	float: left;
	background: #000103;
	padding: 0 0 40px 0;
	}

div#mn-footer {
	clear: both;
	width: 990px;
	padding:30px 0 0 0;
	margin: 0 auto;
	background: #000103;
	}

/*  *********************************************   FORMS   *********************************************** */

#contact_form {
	width: 100%;  
	}

#contact_form h2 {
	border-bottom: 1px solid #999;
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 40px 0 5px 0;
	}

.form_column {
	float: left;
	width: 50%;
	margin: 15px 0 20px 0;
	}
.comments {
	float: left;
	clear: left;
	width: 100%;
	margin: 15px 0 20px 0;
	}

.field {
	clear: left;
	margin-bottom: 5px;
	width: 80%;
	}
.comments .field {
	clear: left;
	margin-bottom: 5px;
	width: 90%;
	}


.inputSelect, .inputComment, .inputButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #999;
	padding: 3px;
	margin: 4px 0 0 0;
	}
.inputSelect {
	color: #000000;
	width:100%;
	background-color: #FFF;
	}
.inputComment {
	color: #000;
	width:100%;
	background-color: #FFF;
	}
.inputButton {
	float: left;
	color: #FFF;
	background-color: #777;
	width: 40%;
	height: 40px;
	cursor: pointer;
	margin: 0 12px 0 0;
	}


#contact_form p {
	clear: left;
	}
#contact_form .small {
	font-size: 10px;
	}
label.error {
	color: red;
	font-style: italic;
	display: block;
	}

.backtotop {
	clear: both;
	float: right;
	margin: 20px 80px 0 0;
	}

.spc {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -642008px;	
	}
	
	/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(style/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url(style/fancybox/fancybox.png);
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(style/fancybox/fancy_title_over.png);
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url(style/fancybox/fancybox.png);
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url(style/fancybox/fancybox-x.png);
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url(style/fancybox/fancybox.png);
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url(style/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(style/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(style/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(style/fancybox/fancybox-x.png);
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(style/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(style/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(style/fancybox/fancybox.png);
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(style/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(style/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(style/fancybox/fancybox-y.png);
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(style/fancybox/fancybox.png);
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

