#r360{
    position: relative;
    margin: 0 auto;
}

.r360-images{
    position: relative;
    overflow: hidden;
}

.r360-slider-box{
    height: 16px;
    padding: 14px 15px 5px 25px;
    float: left;
}

.r360-play-box{
    padding: 9px 0px 5px 0;
    float: left;
    width: 20px;
    height: 20px;
    display: none;
}

.r360-images-slider{
    position: absolute;
    top:0px;
    left:0px;
    height:531px;
}

.r360-images-slider .epicZoomWrap{
    display: block;
    float: left;
    width: 660px;
}

.r360-images img{
    border: 0px white solid;
}

.r360-loader-bg, .r360-loader-text{
    display: none;
    height: 83px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 153px;
    z-index: 10000;
    border-radius: 7px;
    opacity:1;
}

.r360-loader-bg{
    margin: -36px 0 0 -72px;
    background: none repeat scroll 0 0 white;
    border-radius: 4px;
    box-shadow: 0 5px 8px -3px black;
    height: 68px;
    width: 144px;
}

.r360-loader-text{
    margin: -35px 0 0 -85px;
    background: url('360_loader.gif') center 10px no-repeat transparent;
    padding:40px 15px 15px;
    text-align: center;
    width: 140px;
    height:15px;
    font-family: Verdana,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    color: #20629d;
}

#r360 .wrap{
    float: left;
    opacity: 0.5;
}

.r360-save-slide{
    display: none;
    position: absolute; 
    top: 0px; 
    left: 0px; 
    z-index: 10000; 
    opacity: 0; 
    width: 100%; 
}

#r360 .play-btn{
	cursor:pointer;
    width:33px;
    height:7px;
    background: url('play.png') no-repeat 0 0 transparent;
    border: 0px solid #CCCCCC;
	margin:6px 0 0 0px;
}

#r360 .play-btn:hover{
    border: 0px solid #fbcb09; 
    background: url('play.png') no-repeat scroll 0 0 transparent;
   
}

#r360 .play-btn-active{
    border: 0px solid #fbd850; 
    background: url('stop.png') no-repeat  0 0 transparent;
    font-weight: bold; 
    color: #eb8f00;
}

#r360 .play-btn-active:hover{
    border: 0px solid #fbcb09; 
    background: url('stop.png') no-repeat scroll 0 0 transparent;
    font-weight: bold; 
    color: #c77405;
}

#r360 .r360-slider{
	height: 10px;
	background: url('r360-sliderbar-bg.png') 0 0 repeat-x transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bsr{
    clear:both;
}



/*
 * jQuery UI CSS Framework 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/

.ui-widget-content { border: 0px solid #dddddd; background: #eeeeee 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { 
	border: 0px solid #cccccc; 
	background: #f6f6f6 50% 50% repeat-x; 
	font-weight: bold; 
	color: #1c94c4; 
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 0px solid #fbcb09; background: #fdf5ce 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 0px solid #fbd850; background: #ffffff 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }



/* Misc visuals
----------------------------------*/

/* Corner radius */


/*
 * jQuery UI Slider 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
 
 #r360 .ui-slider-handle{
 	cursor: pointer;
 }
 
 
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 22px; height: 22px; cursor: default; background: url('r360-slider.png') 0 0 no-repeat transparent; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { bottom: 0px; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }




/* This is the moving lens square underneath the mouse pointer. */
#r360 .cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
#r360 .cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
#r360 .cloud-zoom-big {
    border:0px solid #ccc;
    overflow:hidden;
}

/* This is the loading message. */
#r360 .cloud-zoom-loading {
        display: none;
        visibility: hidden;
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
}


#r360 .tmSlideButton{
    background: url("r360-slider.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 22px;
    margin-left: -10px;
    top: -13px;
    width: 22px;
}