@charset "utf-8";


/*


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%; height:100%;}


#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}


.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}


.cboxIframe{width:100%; height:100%; display:block; border:0;}


#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}





/*


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.


*/


body { behavior: url("/css/csshover3.htc"); } 


#cboxOverlay{background:#000;}


#colorbox{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	outline: none;
}
#colorbox div{
	background:#000;
	background-color:#000;
}

#cboxContent{
	border:1px solid #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#000;
	width:100%;
	/*height:100%;*/
	height:580px;
	overflow: hidden;
	outline: none;
}


		#cboxLoadedContent img{border:1px solid #000; }


        .cboxIframe, .cboxIframe html, .cboxIframe body{background:#000;}


        #cboxError{padding:50px; border:1px solid #ccc;}


        #cboxLoadedContent{
					border:5px solid #000;
					background:#000;
					padding-bottom: 60px;
				}


        #cboxTitle{position:absolute; bottom:20px; left:0; color:#fff; background-color:#000; width:70%; height:34px; overflow:hidden; padding:0 0 5px 5px; clear:both; display:none;}


        #cboxCurrent{position:absolute; bottom:20px; right:0; color:#333; background-color:#000; height:34px; padding:0 5px 5px 0; clear:both;}


        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff; clear:both;}


        /*#cboxPrevious{position:absolute; top:0; left:5px; margin-top:-32px; background:url(/images/lightbox_next.gif) no-repeat 100px left; width:50px; height:100%; text-indent:-9999px;}*/


        #cboxPrevious{position:absolute; top:0; left:5px; zbackground-color:#0f0; background:url(/images/lightbox/fishing_shimano-blank.gif) no-repeat scroll top left; width:46%; height:2000px; text-indent:-9999px; padding-left:12px;}


        #cboxPrevious:hover{background:url(/images/lightbox_prev.gif) no-repeat scroll left 100px;}


				/*#cboxNext{position:absolute; top:0; right:5px; margin-top:-32px; background:url(/images/colorbox/controls.gif) no-repeat top right; width:50px; height:100%; text-indent:-9999px;}*/





        #cboxNext{position:absolute; top:0; right:5px; zbackground-color:#0f0; background:url(/images/lightbox/fishing_shimano-blank.gif) no-repeat scroll top right; width:46%; height:2000px; text-indent:-9999px; padding-right:12px;}


        #cboxNext:hover{background:url(/images/lightbox_next.gif) no-repeat scroll right 100px;}


        #cboxLoadingOverlay{background:#fff;}


        #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) no-repeat center center;}


        #cboxClose{position:absolute; bottom:5px; right:5px; display:block; background:url(/product/technology/hagane2/img/lightbox_close.gif) no-repeat top center #000; width:55px; height:15px; text-indent:-9999px; padding:0; margin:0; border:none; outline:none; text-decoration:none;}


        /*#cboxClose:hover{background-position:bottom center;}*/





				