@charset "UTF-8";
/* CSS FOR HIDDEN PAGES WITHIN SELECT AV WEBSITE - KANDAN  NK 130226 */

/* FONTS */

@font-face {
   	font-family: 'Myriad-Pro';
  	src: url('../fonts/Myriad-Pro.eot');
    src: url('../fonts/Myriad-Pro.woff') format('woff'),
         url('../fonts/Myriad-Pro.ttf') format('truetype');
    font-weight: light;
    font-style: normal; 
}

/* CSS BEGIN */

body{
	font-family: 'Myriad-Pro';
	background-color: #000;	
	font-size: 16px;
	color: #8F8F8F;
	letter-spacing: 0.7pt;
	margin: 0;
	overflow: hidden;
}

#hidden-content{
	display: block;
	position: absolute;
	overflow: scroll;
}

.frank{
	top: 205px;
	left: 210px;
	width: 340px;
	height: 340px;			
}

.wall{
	top: 105px;
	left: 180px;
	width: 240px;
	height: 240px;			
}

.shure{
	top: 175px;
	left: 240px;
	width: 300px;
	height: 340px;
	-moz-transform: rotate(6deg);                 /*FF*/
    -o-transform: rotate(6deg);                   /*Opera*/
    -webkit-transform: rotate(6deg);              /*Safari, Chrome*/
    -ms-transform: rotate(6deg) !important;       /*IE9*/
        transform: rotate(6deg);                      /*CSS3 default*/
    background-color:transparent;

    zoom: 1;
    z-index:1; /*NEEDED FOR IE8*/
}

.cher{
	top: 270px;
	left: 115px;
	width: 380px;
	height: 240px;		
	color: #eee;	
}

#background-image {
	width: 600px!important;
	height: 600px!important;
}	

#background-image img{
	width: 600px!important;
	height: 600px!important;
}	

/* SCROLL PANE PLUGIN STYLES */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #514e4e;
	position: relative;
}

.jspDrag
{
	background: #717173;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* END CSS */