@charset "utf-8";
/* CSS Document */
*
{
	margin:0;
}
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.ProfAjaibSinghBrar
{
	color:#F00;
}
.formerdirectors
{
	font-size:14px;
	color:#F00;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.FormerDeputyAssistantDirectors
{
	color:#F00;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}    
p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	padding:10px 0 0 7px;
	
}
h3
{
	padding:30px 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#005f7b;
}

h1
{
	color:#AE0000;
	text-align:center;
	padding:35px;

}
h4
{
	padding:15px 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#870000;
}
h5
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#870000;
}
#main
{
	margin:auto;
	height:auto;

}
/*header css start*/
#header_main
{
	background-color:#006380;
}

#header
{
	/*background:url(images/header.jpg);
	background-repeat:no-repeat;*/
	width:100%;
	margin:auto;
	height:128px;
}

#logo
{
	float:left;
	margin-top: -4px;

}

#heading
{
	float:left;
	margin:14px 0 0 20px;
}

/*header css end*/

/*navigation start*/
#nav-bck
{
	/*background:url(images/nav.jpg);
	background-repeat:repeat-x;*/
	height:30px;
}

.navi
{
	width:1200px;
	margin:auto;
}

.navi ul
{
	display:inline;
	
	
}
.navi li
{
	list-style:none;
	float:left;
	height:27px;
	line-height:29px;
	text-align:center;
	font-family:'Geneva',Tahoma,sans-serif;
	font-size:15px;
	color:#005f7b;
	text-transform:capitalize;
	width:127px;
	/*background: url(images/sep.png);
	background-repeat:no-repeat;*/
	background-position:right;
}
.navi li a
{
	color:#005f7b;
	text-decoration:none;
	display:block;
	font-weight:normal;
	font-size:15px;
}
.navi li a:hover
{
	color:#FFC94F;
	text-decoration:none;
	display:block;
	transition: all 0.3s linear 0s;
	background-color:#004255;
	font-size:15px;
}

.navi li ul 
{ 
	position:absolute;  
	display:none;
	margin:0 0 0 -40px;
	z-index:999999;	
	
	
} 
.navi li:hover ul { 
	display: block; 
	
} 
.navi li ul li { 
	float: none; 
	display:inline; 
}
.navi li ul li a { 
	width:275px; 
	position: relative; 
	border-left: 1px solid #004d64; 
	border-right: 1px solid #004d64; 
	border-bottom: 1px solid #004d64; 
	background:#004255; 
	color:#EDC973;
	text-align:left;
	padding:3px; 
	
}
.navi li ul li a:hover 
{
	background:#036481;
	color:#FFF;
	transition: all 0.3s linear 0s;
}
/*navigation end*/

/*slider div start*/
.slider-bck
{
	background-color:#005f7b;
}

.slider-main
{
	width:1200px;
	margin:auto;
}

.container
{
	float:left;
	width: 50%;
    overflow: auto;
/*	display:inline-block;*/
/*	margin:0px 0 0px 0;*/
}



.container .box3d{
    float: left;
    background: #f7d2a1;
    margin-left: 45px;
    margin-top: 50px;
    margin-bottom: 30px;
    width: 78%;
    box-shadow: -10px 5px 30px rgba(0, 0, 0, 1);
    transform: skewY(-1deg);
    transition: 0.5s;
}

.container .box3d::before{
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    background: #b6b6b6;
    transform-origin: right bottom ;
    transform: skewY(45deg);
}
.container .box3d::after{
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: #d3d3d3;
    transform-origin: bottom left ;
    transform: skewX(45deg);
}
.container #box3did:hover{
    transform: scale(0.95);
}

.container .box3d .slider{
    width: 100%;
    overflow: hidden;
}
.container .box3d .slider #slideimage{
    width: 100%;
}
/*.news_events
{
	display:inline-block;
	background:url(images/news_events-1.jpg);
	background-repeat:no-repeat;
	min-height:246px;
	width:320px;
	vertical-align:top;
	margin: 8px 0 8px 5px;
	  margin: -349px 0 8px 5px;
    float: right;

}

.heading-news h3
{
	text-align:center;
	padding:12px 0 14px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#005f7b;
}

.heading-news ul
{
	padding:0;
}
.heading-news li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 0 25px;
	list-style-image:url(images/bullet.png);
	line-height:20px;
	
}
.heading-news li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	list-style-image:url(images/bullet.png);
	text-decoration:none;
}

.heading-news li a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-image:url(images/bullet.png);
	text-decoration:underline;
}*/
/*slider div end*/

/*content div start*/
.content_back
{
	background-color:#E9F5F5;
}

.content
{
	background-color:#FFF;
	width:1200px;
	margin:auto;
	height:auto;
}
/*content left div start*/
.content-left
{
	display:inline-block;
	height:auto;
	vertical-align:top;
	width:844px;
}

.content-left2
{
	display:inline-block;
	height:auto;
	vertical-align:top;
	width:500px;
}


.drop-shadow
{
	margin:8px 0 0 0;
  
}
.resource
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#2F6879;
}
	
.more
{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#007575;
	padding:0 0 9px 0;
}

.more a
{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#007575;
	padding:0 0 9px 0;
	text-decoration:none;
}

.objectives
{
	display:inline-block;
	width:600px;
	vertical-align:top;
	padding:2px 5px 10px 5px;
/*	border: 2px solid red;*/

}
/*
#cols
{
	background:url(images/sep1.png);
	background-repeat:no-repeat;
	display:inline-block;
	width:5px;
	height:347px;
	margin:0 0 0 5px;
border: 4px solid red;
}*/
#row
{
	display:inline-block;
	width:150px;
	height:20px;
}

.objectives-text ul
{
	display:inline;
}

.objectives-text li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	list-style-image:url(../images/bullet.png);
	margin:0 0 0 14px;
}
.content-left-right
{
	display:inline-block;
	vertical-align:top;
	width:264px;
	border: 4px soid red;
}
.courses-offered
{
	display:inline-block;
	background:url(../images/course.jpg);
	background-repeat:no-repeat;
	width:255px;
	height:126px;
	margin:20px 0 20px 12px;
}

.courses-offered-text
{
	width:255px;
	height:126px;
	margin:20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
.courses-offered-text ul
{
	display:inline;
}

.courses-offered-text li
{
	list-style-image:url(../images/bullet-white.png);
	margin:10px 0 0 18px;
	line-height:18px;
}

.courses-offered-text li a
{
	list-style-image:url(../images/bullet-white.png);
	color:#FFF;
	text-decoration:none;
}
.courses-offered-text li a:link
{
	list-style-image:url(images/bullet-white.png);
	color:#fff;
	text-decoration:none;
}

.courses-offered-text li a:hover
{
	list-style-image:url(images/bullet-white.png);
	
	color:#FF0;
	text-decoration:none;
}

.guest-lectures
{
	display:inline-block;
	width:255px;
	height:126px;
/*	background:url(images/guest-lectures.jpg);
	background-repeat:no-repeat;*/
	margin:0px 0 0px 12px;
}
/*content left div end*/
.content-right
{
	display:inline-block;
	height:auto;
	vertical-align:top;
	margin:0 0 0 26px;
	width:254px;
}

.content-right2
{
	display:inline-block;
	height:auto;
	vertical-align:top;
	margin:0 0 0 33px;
	width:350px;
}

/*strength main start*/
.strength
{
display:inline-block;
/*min-height:200px;*/
margin:10px 0 0 0;
/*border:solid 5px #CCCCCC;*/
}

/*.strength-top h2
{
text-align:center;
margin:0px 0 0 0;
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size:16px;
color:#800000;
}*/
.strength-content
{
width:318px;
height:auto;
/*border: 4px solid red;*/
}

/*.strength-content ul
{
display:inline;
}

.strength-content li
{
list-style-type:circle;
margin:0 0 0 25px;
line-height:30px;
}
*/
/*.strength-bottom
{
background:url(images/strength-bottom.jpg);
background-repeat:no-repeat;
width:250px;
height:0px;
border: 2px solid green;

}*/
/*strength main end*/
.message-pic
{
	width:100px;
	display:inline-block;
	vertical-align:top;
	padding:10px 0 0 0;
/*border: 4px solid red;*/
}
.vc-message
{
	display:inline-block;
	width:205px;
	vertical-align:top;
}
.vc-message p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	padding:10px 5px 0 5px;
	
}
/*content div end*/

/*pages css start*/
.content-abtus
{
	width:1000px;
	display:inline-block;
	margin:auto;
	height:auto;
}

.abt-usimage
{
	float:right;
	width:300px;
	padding:10px 0px 10px 10px;
	
}

.objectives-pages li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:20px;
	list-style-image:url(images/bullet.jpg);
	margin:10px 0 0 0;
}

/*.resources
{
	background-color:#EEE;
	border-radius:10px;
	box-shadow:2px 2px 2px;
}*/
.box h3{
	text-align:center;
	position:relative;
	top:80px;
}
.box {
	width:70%;
	height:200px;
	background:#FFF;
	margin:40px auto;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left:auto;
}
.message1
{
   background-color:#F0F0F0;
   color:#005151;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:20px;
   font-weight:500;
}
/*.abt-usimage p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}*/

.head-row1
{
	background-color:#F5F5F5;
   color:#005151;
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:bold;
}
.head-row1 a
{
	background-color:#F5F5F5;
   color:#005151;
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:bold;
} 
.head-row1 a:link
{
	background-color:#F5F5F5;
   color:#005151;
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:bold;
}    
.head-row
{
	background-color:#ddd9c3;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.border-head1
{
	border-color:#E8E8E8;
	border:thin 0px #F0F0F0;
	padding:5px;
	 
}
	.border-head1 td
{
	border-color:#F0F0F0;
	border:solid 1px #F0F0F0;
	padding:5px;
	
}
.head-column
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	text-align:left;
	
}
	
	
		
#footer
{
	/*background:url(images/footer.jpg);
	background-repeat:repeat-x;*/
	height:190px;
	background-color:#005F7B;
}

.footer-inside
{
	width:1000px;
	margin:auto;
}

.footer-text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	height:100px;
}
.footer-text a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	height:100px;
	text-decoration:none;
}

.footer-text a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#83BECF;
	height:100px;
	text-decoration:none;
}

.footer-copyright
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10px;
	text-align:center;
	padding:5px 0 0 0;
}
   
.contactus
{
	border-radius:10px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	background-color:#005F7B;
	color:#FFF;
	height:205px;
	width:300px;
	font-weight:bold;
}
.contactus a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
.contactus a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
/*footer div end*/

.button
{
	width: 309px;
    height: 34px;
    background-color: #900;
    border-radius: 10px 10px 0px 0px;
   margin-left: 20px;
    margin-top: 13px;
	
	
}
.button p 
{
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	/*padding: 5px 72px;*/
	padding: 5px ;
	text-align: center;
}
.button p a 
{
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
}

.button p a:hover 
{
	color:#005F7B;
	
	
}



.objectives-text1 ul
{
	display:inline;
}

.objectives-text1 li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:25px;
	list-style-image:url(../images/bullet.png);
	margin:12 0 0 5px;
	margin-left: 12px;
	text-align:justify;
}





.new-gif {
	margin: 7px 0 11px 0px;
}
.button-wrapper1 {
    width: 296px;
    margin: 0 auto;
    padding: 20px 0;
    background: #eeeeee;
    border: 1px solid #e3e3e3;
    padding: 5px 5px;
}


.button-wrapper2 {
    width: 296px;
    margin: 0 auto;
    padding: 20px 0;
    background: #eeeeee;
    border: 1px solid #e3e3e3;
    padding: 5px 5px;
}


.button-wrapper3 {
/*	background-color: red ;*/
    width: 362px;
   /* margin: 0 auto;*/
    padding: 70px 0px;
    display: inline-block;
/*	float:right;*/
}

.button-wrapper6 {
    width: 362px;
   /* margin: 0 auto;*/
    padding: 33px 0px;
	float:left;
}


.a-btn-text6
{
    font-size:17px;
    color:#fff;
    line-height:16px;
    font-weight:bold;
    font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
    text-shadow:1px 1px 2px rgba(255,255,255,0.5);
    display:block;
	text-decoration:none;
}
.a-btn-text6 a
{
    font-size:20px;
    color:#fff;
    line-height:16px;
    font-weight:bold;
    font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
    text-shadow:1px 1px 2px rgba(255,255,255,0.5);
    display:block;
	text-decoration:none;
}

.a-btn-text6 a:link
{
    font-size:20px;
    color:#fff;
    line-height:16px;
    font-weight:bold;
    font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
    text-shadow:1px 1px 2px rgba(255,255,255,0.5);
    display:block;
	text-decoration:none;
}
.a-btn-slide-text6{
    font-family:Arial, sans-serif;
    font-size:10px;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#555;
    text-shadow:0px 1px 1px rgba(255,255,255,0.9);
}







.a-btn6{
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    padding:10px 30px 10px 55px;
    position:relative;
    float:left;
    display:block;
    overflow:hidden;
    margin:10px;
    background:#fff; 
    background: #a0030b; /* Old browsers */
background: -moz-linear-gradient(left,  #a0030b 99%, #6d0019 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(99%,#a0030b), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #a0030b 99%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #a0030b 99%,#6d0019 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #a0030b 99%,#6d0019 100%); /* IE10+ */
background: linear-gradient(to right,  #a0030b 99%,#6d0019 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0030b', endColorstr='#6d0019',GradientType=1); /* IE6-9 */
 );
    -webkit-box-shadow:0px 0px 7px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(188,188,188,0.1);
    -moz-box-shadow:0px 0px 7px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(188,188,188,0.1);
    box-shadow:0px 0px 7px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(188,188,188,0.1);
    -webkit-transition:box-shadow 0.3s ease-in-out;
    -moz-transition:box-shadow 0.3s ease-in-out;
    -o-transition:box-shadow 0.3s ease-in-out;
    transition:box-shadow 0.3s ease-in-out;
}
.a-btn-symbo6{
    font-family:'WebSymbolsRegular', cursive;
    color:#fff;
    font-size:20px;
    text-shadow:1px 1px 2px rgba(255,255,255,0.5);
    position:absolute;
    left:20px;
    line-height:16px;
    -webkit-transition:opacity 0.3s ease-in-out;
    -moz-transition:opacity 0.3s ease-in-out;
    -o-transition:opacity 0.3s ease-in-out;
    transition:opacity 0.3s ease-in-out;
}
.a-btn-text6
{
    font-size:17px;
    color:#fff;
    line-height:16px;
    font-weight:bold;
    font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
    text-shadow:1px 1px 2px rgba(255,255,255,0.5);
    display:block;
	text-decoration:none;
}
.a-btn-text6 a
{
    font-size:20px;
    color:#fff;
    line-height:16px;
    font-weight:bold;
    font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
    text-shadow:1px 1px 2px rgba(255,255,255,0.5);
    display:block;
	text-decoration:none;
}

.a-btn-text6 a:link
{
    font-size:20px;
    color:#fff;
    line-height:16px;
    font-weight:bold;
    font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
    text-shadow:1px 1px 2px rgba(255,255,255,0.5);
    display:block;
	text-decoration:none;
}
.a-btn-slide-text6{
    font-family:Arial, sans-serif;
    font-size:10px;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#555;
    text-shadow:0px 1px 1px rgba(255,255,255,0.9);
}
.a-btn-slide-icon6{
    position:absolute;
    top:-30px;
    width:22px;
    height:22px;
    background:transparent url(../images/arrow_down_w.png) no-repeat top left;
    left:20px;
    opacity:0.4;
}
.a-btn6:hover{
   background: rgb(169,3,41); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZjAyMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNmQwMDE5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  rgba(169,3,41,1) 100%, rgba(143,2,34,1) 100%, rgba(109,0,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(100%,rgba(169,3,41,1)), color-stop(100%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(169,3,41,1) 100%,rgba(143,2,34,1) 100%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(169,3,41,1) 100%,rgba(143,2,34,1) 100%,rgba(109,0,25,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(169,3,41,1) 100%,rgba(143,2,34,1) 100%,rgba(109,0,25,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(169,3,41,1) 100%,rgba(143,2,34,1) 100%,rgba(109,0,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */



    -webkit-box-shadow:0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
    -moz-box-shadow:0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
    box-shadow:0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
}
.a-btn6:hover .a-btn-symbol2{
    opacity:0;
}
.a-btn6:hover .a-btn-slide-icon2{
    -webkit-animation:slideDown 0.9s linear infinite;
    -moz-animation:slideDown 0.9s linear infinite;
    animation:slideDown 0.9s linear infinite;
}
.a-btn6:active{
    background:#d7565b;
    -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
    -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
    box-shadow:0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
}
.a-btn6:active .a-btn-text2{
    color:#fff;
    text-shadow:0px 1px 1px rgba(0,0,0,0.3);
}
.a-btn6:active .a-btn-slide-text2{
    color:rgba(0,0,0,0.4);
    text-shadow:none;
}








.content-leftw {
    display: inline-block;
    height: auto;
    vertical-align: top;
    width: 796px;
}