/**************************************************
**
**	CLEAR FIX
**
***************************************************/

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block
}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}

.clearfix{
	display:block;
}
/* End hide from IE-mac */


/**************************************************
**
**	BODY
**
***************************************************/

/* BODY */
body{
	background-image: url(../../../images/2011/screan.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #FFFF99;
	font-family: "Verdana",'ヒラギノ角ゴ Pro W3';
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}


/***********************************
**
**	HTML TAG
**
***********************************/

/* DIV */
div{
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5.5+ */
	word-break: break-all;
	margin: 0;
	padding: 0;
}


/* p */
p{
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5.5+ */
	word-break: break-all;
	margin: 0;
	padding: 0;
}

/* form */
form{
    display: inline;
}


/***********************************
**
**	IMAGE TAG
**
***********************************/

img{
	border: none;
}


/***********************************
**
**	UL LI CLASS SETTING
**	--------------------------------
**	list style -> none
**
***********************************/

ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


/***********************************
**
**	H CLASS SETTING
**	--------------------------------
**	
**
***********************************/

h1, h2, h4 {
	color: #330000;
}

h3, h5, h6 {
	color: #996666;
}

.clear{
	clear: left;
}


/***********************************
**
**	HR TAG CLASS
**
***********************************/

hr{
	height: 0px;
	border: none;
	border-top: 1px solid #CCCCCC;
}

.hr_solid{
	height: 0px;
	border: none;
	border-top: 1px solid #CCCCCC;
}

.hr_dashed{
	height: 0px;
	margin-bottom: 10px;
	border: none;
	border-top: 1px dashed #CCCCCC;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.hr_dotted{
	height: 0px;
	margin: 0px;
	border: none;
	border-top: 1px dotted #CCCCCC;
	border-left: none;
	border-right: none;
	border-bottom: none;
}


/***********************************
**
**	INPUT TAG CLASS
**
***********************************/

/* DEFAULT TAGS */
input[type="text"]{
	font-size: 12px;
	font-family : sans-serif;
	margin-top: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

input[type="text"]:focus{
	background-color: #EEEEEE;
	font-size: 12px;
	font-family : sans-serif;
	margin-top: 2px;
	padding: 2px;
	border: 1px solid #777777;
}

input[type="password"]{
	font-size: 12px;
	font-family : sans-serif;
	margin-top: 2px;
	padding: 1px;
	border: 1px solid #CCCCCC;
}

input[type="password"]:focus{
	background-color: #EEEEEE;
	font-size: 12px;
	font-family : sans-serif;
	margin-top: 2px;
	padding: 1px;
	border: 1px solid #777777;
}

input[type="submit"]{
	background-image: url(../../images/button.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: none;
    display: inline;
}

/*
input[type="submit"]{
	background-color: #FFFFFF;
	color: #444444;
	font-size: 10px;
	padding-top: 1px;
	border: 3px double;
	border-color: #BBBBBB;
}
*/

input[type="button"]{
	background-color: #FFFFFF;
	color: #444444;
	font-size: 11px;
	padding-top: 1px;
	border: 3px double;
	border-color: #BBBBBB;
}


input[type="image"]{
	margin: 0px;
	padding: 0px;
	border: none;
    display: inline;
}


input[type="file"]{
	font-size: 12px;
	font-family : sans-serif;
	margin-top: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

input[type="file"]:focus{
	background-color: #EEEEEE;
	font-size: 12px;
	font-family : sans-serif;
	margin-top: 2px;
	padding: 2px;
	border: 1px solid #777777;
}

textarea{
	width: 98%;
	height: 250px;
	font-size: 12px;
	font-family : sans-serif;
	margin-top: 2px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

textarea:focus{
	background-color: #EEEEEE;
	width: 98%;
	font-size: 12px;
	font-family : sans-serif;
	margin-top: 2px;
	padding: 3px;
	border: 1px solid #777777;
}

select{
	color: #555555;
	font-size: 12px;
	font-family : sans-serif;
	border: 1px solid #CCCCCC;
}

/* CLASS TAGS */
.text_num{
	ime-mode: disabled;
}

.text_number{
	width: 150px;
	ime-mode: disabled;
}

.text_4length{
	width: 35px;
	ime-mode: disabled;
}

.text_2length{
	width: 20px;
	ime-mode: disabled;
}

.text_width_large{
	width: 90%;
}

.text_width_middle{
	width: 60%;
}

.text_width_normal{
	width: 40%;
}

.text_width_short{
	width: 80px;
}

.text_rows_large{
	height: 550px;
}

.text_rows_middle{
	height: 300px;
}

.text_rows_normal{
	height: 300px;
}

.text_rows_short{
	height: 35px;
}

.text_url{
	width: 98%;
	ime-mode: disabled;
}

input[type="text"].mail_address{
	width: 90%;
	ime-mode: disabled;
}

/***********************************
**
**	SUBMIT CSS
**
***********************************/

#submit{
	text-align: center;
	margin-top: -10px;
	margin-bottom: 20px;
}

.submit{
	background-color: #FFFFFF;
	color: #444444;
	font-family: "Verdana",'ヒラギノ角ゴ Pro W3';
	font-size: 10px;
	padding-top: 1px;
	border: 3px double;
	border-color: #BBBBBB;
}

input[type="submit"].order{
	background-image: url(../../../images/2011/button_order.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border: none;
    display: inline;
}



/***********************************
**
**	DEFAULT LINK SETTING
**
***********************************/

a:link {
	color: #0099CC;
	text-decoration: none;
}

a:visited {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #FF3366;
	text-decoration: underline;
}

a:active {
	color: #0099CC;
	text-decoration: underline;
}


/**************************************************
**
**	LAYOUT ID
**	-----------------------------------------------
**	DEFAULT SETTING
**
***************************************************/

/* INDEX */
#index{
	width: 855px;
	margin: 15px auto;
}

#inline{
	height: 10px;
}

/* HEADER */
#header{
	background-image: url(../../../images/2011/header_new.png);
	background-repeat: no-repeat;
	width: 930px;
	height: 507px;
	margin: 0px auto;
}

/* CONTENTS HEADER */
#contents_header{
	background-image: url(../../../images/2011/contents_header.png);
	width: 934px;
	height: 35px;
	margin: 0 auto 0;
	padding: 0px;
}

/* WRAPPER */
#wrapper{
	background-image: url(../../../images/2011/contents_screan.png);
	width: 825px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 55px;
	padding-bottom: 20px;
	position: relative;
}

#container{
	margin-top: -70px;
	float: left;
}

/* MENU */
#menu{
	width: 980px;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

/* TOP */
#top{
	background-image: url(../../../images/2011/top.png);
	background-repeat: no-repeat;
	width: 780px;
	height: 320px;
	margin-bottom: 3px;
	padding: 15px;
}

/* MAIN */
#main{
	width: 600px;
	margin-right: 5px;
	float: left;
}

/* NAVIGATION */
#navigation{
	width: 205px;
	margin-top: 8px;
	float: left;
}

/* FOOTER */
#footer{
	background-image: url(../../../images/2011/footer.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFCC33;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
	color: #FFFFFF;
	clear: left;
}

#footer a{
	color: #FFFFFF;
}


/***********************************
**
**	MENU
**
***********************************/

.menu_box{
	width: 930px;
}

#menu_index{
	width: 145px;
	height: 170px;
	padding-top: 15px;
	float: left;
}

#menu_lineup{
	width: 115px;
	height: 50px;
	margin-left: 40px;
	margin-top: 50px;
	float: left;
}

#menu_eventinfo{
	width: 85px;
	height: 50px;
	margin-left: 50px;
	margin-top: 18px;
	float: left;
}

#menu_news{
	width: 105px;
	height: 45px;
	margin-left: 50px;
	margin-top: 0px;
	float: left;
}

#menu_goods{
	width: 120px;
	height: 50px;
	margin-top: -45px;
	margin-right: 10px;
	float: right;
}

#menu_ticket{
	width: 100px;
	height: 40px;
	margin-left: 40px;
	margin-top: 20px;
	float: left;
}

#menu_guidline{
	width: 120px;
	height: 45px;
	margin-left: 35px;
	float: left;
}

#menu_thanks{
	width: 105px;
	height: 35px;
	margin-left: 15px;
	margin-top: 6px;
	float: left;
}

#menu_access{
	width: 110px;
	height: 80px;
	margin-left: 45px;
	margin-top: -45px;
	float: left;
}

#menu_attractions{
	width: 145px;
	height: 65px;
	margin-top: -5px;
	float: right;
}


.clear_both{
	clear: both;
}



/***********************************
**
**	FADE IN
**
***********************************/

.fadein{
	position :relative;
	width: 780px;
	height: 190px;
}

.fadein img{
	position: absolute;
	left: 0;
	top: 0;
}


/**************************************
**
**	FRAME CONTENTS
**
**************************************/

.frame_header{
	background-image: url(../../../images/2011/frame_header.png);
	background-repeat: no-repeat;
	width: 545px;
	height: 35px;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	padding-left: 55px;
}

.frame_contents{
	background-image: url(../../../images/2011/frame_contents.png);
	background-repeat: repeat-y;
	width: 560px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.frame_footer{
	background-image: url(../../../images/2011/frame_footer.png);
	background-repeat: no-repeat;
	width: 600px;
	height: 25px;
	margin-bottom: 15px;
	clear: left;
}

.frame_left{
	width: 400px;
	padding-right: 10px;
	float: left;
}

.frame_right{
	width: 150px;
	float: left;
}


.topic ul li{
	list-style: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: dotted #CCCCCC 1px;
	line-height: 16px;
}

.frame_3column{
	width: 180px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}


.large_frame_header{
	background-image: url(../../../images/2011/large_frame_header.png);
	background-repeat: no-repeat;
	width: 760px;
	height: 35px;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	padding-left: 55px;
}

.large_frame_contents{
	background-image: url(../../../images/2011/large_frame_contents.png);
	background-repeat: repeat-y;
	width: 775px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.large_frame_footer{
	background-image: url(../../../images/2011/large_frame_footer.png);
	background-repeat: no-repeat;
	width: 815px;
	height: 25px;
	margin-bottom: 15px;
	clear: left;
}


.middle_frame_header{
	background-image: url(../../../images/2011/middle_frame_header.png);
	background-repeat: no-repeat;
	width: 665px;
	height: 35px;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	padding-left: 55px;
}

.middle_frame_contents{
	background-image: url(../../../images/2011/middle_frame_contents.png);
	background-repeat: repeat-y;
	width: 680px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.middle_frame_footer{
	background-image: url(../../../images/2011/middle_frame_footer.png);
	background-repeat: no-repeat;
	width: 720px;
	height: 25px;
	margin-bottom: 15px;
	clear: left;
}


.small_frame{
	width: 400px;
	margin-right: 5px;
	margin-bottom: 15px;
	float: left;
}

.small_frame_header{
	background-image: url(../../../images/2011/small_frame_header.png);
	background-repeat: no-repeat;
	width: 345px;
	height: 35px;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	padding-left: 55px;
}

.small_frame_contents{
	background-image: url(../../../images/2011/small_frame_contents.png);
	background-repeat: repeat-y;
	width: 365px;
	margin: 0px;
	padding-left: 18px;
	padding-right: 17px;
}

.small_frame_footer{
	background-image: url(../../../images/2011/small_frame_footer.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 25px;
	clear: left;
}


.mini_frame{
	background-color: #FFFFFF;
	width: 180px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: left;
}

.large_frame_contents_left{
	width: 500px;
	margin-right: 14px;
	float: left;
}

.large_frame_contents_right{
	width: 260px;
	float: left;
}


/***********************************
**
**	OTHER LINK SETTING
**
***********************************/

.topic a:link {
	color: #333333;
	text-decoration: none;
}

.topic a:visited {
	color: #333333;
	text-decoration: none;
}

.topic a:hover {
	color: #999999;
	text-decoration: underline;
}

.topic a:active {
	color: #333333;
	text-decoration: underline;
}


/**************************************
**
**	BOX CONTENTS
**
**************************************/

.contents_box{
	margin-bottom: 25px;
}

.contents_box_center{
	text-align: center;
	margin-bottom: 25px;
}

.line_box{
	padding: 8px;
	border: 1px solid #CCCCCC;
}


/**************************************
**
**	TABLE CSS 設定
**
**************************************/

.table_frame{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	/* margin-bottom: 10px; */
	padding: 0px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}

.table_title{
	background-image: url(../../../images/2011/table_title_gray.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 130px;
	color: #444444;
	text-align: left;
	padding: 8px;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #CCCCCC;
}


.table_contents{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding: 8px;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	line-height: 120%;
}


.table_contents_large{
	background-color: #FFFFFF;
	text-align: left;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	padding: 8px;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	line-height: 120%;
}


/**************************************
**
**	TWITTER CONTENTS
**
**************************************/

#twitter_header{

}

#twitter{
	background-color: #FFFFCC;
	padding: 5px;
	margin-bottom: 5px;
}

#twitter ul {
	margin:0px;
	padding: 0px;
}

#twitter ul li {
	list-style: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: dotted #CCCCCC 1px;
	line-height: 18px;
}

.twitter_header{
	padding-bottom: 5px;
	border-bottom: dotted #CCCCCC 1px;
}

.twitter_image{
	width: 50px;
	float: left;
}

.twitter_name{
	width: 135px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5.5+ */
	word-break: break-all;
	padding-top: 12px;
	padding-left: 10px;
	float: left;
}

.twitter_name_side{
	width: 115px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5.5+ */
	word-break: break-all;
	padding-top: 12px;
	padding-left: 10px;
	float: left;
}

.twitter_under{
	padding: 5px;
	text-align: right;
}

a #twitter-link {
	color : 333333;
	fonti-size: 11px;
	text-align : right;
	display : block;
}

a #twitter-link:hover {
	color : 888888;
}

#twitter ul li a{
	color : #00FFFF;
}



/***********************************
**
**	PARTS
**
***********************************/

.title{
	margin-bottom: 4px;
}

.title2{
	margin-bottom: 15px;
}

.banner{
	margin-bottom: 18px;
}

.under_left{
	text-align: left;
	padding-top: 5px;
}

.under_right{
	text-align: right;
	padding-top: 7px;
	padding-right: 10px;
}

.movie_select{
	background-color: #FFFFCC;
	margin-top: 8px;
	padding: 5px;
}



/***********************************
**
**	DEFAULT FONT SETTING
**
***********************************/

.comment{
	margin-bottom: 10px;
}

/* TITLE */
.title_black{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 7px;
}

.title_blue{
	color: #0099CC;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 7px;
}

.title_red{
	color: #FF0000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 7px;
}

/* BOLD */
.bold_black{
	color: #000000;
	font-weight: bold;
}

.bold_blue{
	color: #0099CC;
	font-weight: bold;
}

.bold_red{
	color: #FF0000;
	font-weight: bold;
}

/* STYLE */
.style_black{
	color: #000000;
}

.style_blue{
	color: #0099CC;
}

.style_red{
	color: #FF0000;
}

.style_purple{
	color: #996666;
}

/* SMALL */
.small_red{
	color: #FF0000;
	font-size: 10px;
}

/* OTHER */
.style_comment{
	color: #0187FA;
	font-size: 10px;
	margin-top: 5px;
}

.style_check{
	color: #996633;
}

.style_small{
	font-size: 10px;
	font-weight: normal;
}


/***********************************
**
**	DEFAULT OPTION SETTING
**
***********************************/

#exection{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	line-height: 22px;
}

#error{
	background-color: #FEFEFE;
	width: 80%;
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 15px;
	border: 3px double #DDDDDD;
	line-height: 22px;
	word-wrap: break-word;
}

/**************************************
**
**	WARNING CONTENTS
**
**************************************/

#warning{
	width: 80%;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 15px;
	border: double #DDDDDD 3px;
	line-height: 22px;
	word-wrap: break-word;
}





/**************************************
**
**	MAIN CONTENTS
**
**************************************/

.artist_left{
	width: 720px;
}

.artist_right{
	width: 720px;
	padding-left: 100px;
}


.artist_photo{
	width: 300px;
	padding-right: 10px;
	float: left;
}

.artist_biography{
	width: 365px;
	line-height: 18px;
	float: left;
}

.artist_photo_small{
	width: 350px;
	text-align:center;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCCCCC;
}

.artist_biography_small{
	line-height: 24px;
}


.attraction_photo{
	width: 300px;
	padding-right: 10px;
	float: left;
}

.attraction_text{
	width: 460px;
	line-height: 24px;
	float: left;
}


.title_qa{
	background-color: #FF6666;
	color: #FFFFFF;
	font-size: 14px;
	padding: 3px;
}

.inner_text{
	padding: 5px;
	line-height: 20px;
}

.map{
	width: 380px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.map_text{
	width: 400px;
	line-height: 22px;
	float: left;
}

.next_preview{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.info_text{
	background-image: url(../../../images/2011/info.png);
	background-repeat: no-repeat;
	width: 792px;
	height: 658px;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	color: #FF6600;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.info_link{
	margin-top: 610px;
	padding-right: 50px;
}

#standby{
	background-image: url(../../../images/2011/sorry.png);
	background-repeat: no-repeat;
	width: 350px;
	height: 200px;
	color: #FF3366;
	font-size: 15px;
	vertical-align: middle;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 120px;
	padding-left: 280px;
}

#thankyou{
	background-image: url(../../../images/2011/thankyou.png);
	background-repeat: no-repeat;
	width: 350px;
	height: 200px;
	color: #FF3366;
	font-size: 15px;
	vertical-align: middle;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 120px;
	padding-left: 280px;
}

.title_screan{
	background-color: #FF3366;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 12px;
}

.ticket_info{
	padding: 10px;
	font-size: 14px;
	text-align:center;
	font-weight: bold;
	line-height: 200%;
}

#stage{
	width: 800px;
	margin-left: 10px;
}


/**************************************
**
**	COLOR BOX
**
**************************************/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
		/*
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/images/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
		#cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/images/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
		*/
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:-16px; right:2px; display:block; background:url(/images/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}


