/*
 * Challydoff Ltd July 30th 2012 - 16:51
 *
 * Copyright 2012, Skills with the aid of nivo-slider
 */
.theme-default #p2slider{
	position:relative;
	//background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:25px;
   -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	z-index: 3;
}

#p2slider{
	/*Define height of slider here*/
	height:324px; 
	
	/*Do not remove*/
	position:relative;
}

 .pslide{
	position:absolute; 
	top:0px; 
	left:0px;  
	width:962px; 
	//background:#f00;
	height:324px;
	z-index:3;
	display:none;
	cursor:pointer;
 }
 .p-wrapper{
	float:right; 
	height:324px; 
	width:89px; 
	position:relative;
	margin-top:1px;
 }
 
 .pslide_active{
	display:block;
	z-index:1;
 }
 
 .angle{
	//border:1px;
	background:#345566;
	height:81px;
	//visibility:hidden;
	visibility:visible;
 }
 
 .angle_active{
	//background:url(../images/angle.png) center center no-repeat;
	//visibility:visible;
	visibility:hidden;
 }
 
 .a1{
	background:#059CE5;
	border-color:#059CE5;
 }
 
 .a2{
	background:#00CC00;
	border-color:#00CC00;
 }
 
 .a3{
	background:#8C0000;
	border-color:#8C0000;
 }
 
 .a4{
	background:#FE6300;
	border-color:#FE6300;
 }
 
 .rect{
	//border:1px solid #777; 
	height:81px;
	cursor:pointer;
 }
 
 .rect_active{
	border-left:none;
 }
 
 .r1{
	background:url(../images/one1.jpg);
 }
 
 .r2{
	background:url(../images/two1.jpg);
 }
 
 .r3{
	background:url(../images/three1.jpg);
 }
 
 .r4{
	background:url(../images/four1.jpg);
 }