@charset "utf-8";
/* CSS Document */

*
{
	margin:auto;
	padding:0px;
}

body
{
	line-height:20px;
/*	background:url(../images/header_bg.jpg) repeat-x;*/
	border-top:8px solid #b50900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
p
{
	font-size:13px;
	text-align:justify;
	color:#323232;
	margin:10px;
	margin-left:0px;
}
a
{
	text-decoration:none;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:2px;
	line-height:23px;
}
a:hover
{
	text-decoration:underline;
}

ul
{
	margin-left:20px;
	margin-top:10px;
}
li
{
	font-size:13px;
	text-align:justify;
	color:#323232;
}
ul li a
{
	text-decoration:none;
	color:#323232;
}
ul li a:hover
{
	text-decoration:underline;
}

h2, h3
{
	color:#323232;
}

td
{
	padding-left:5px;
	vertical-align:top;
	line-height:25px;
}

#wrapper
{
	width:1000px;
}
#header
{
	width:1000px;
	height:135px;
}
.header_left
{
	width:520px;
	height:95px;
	padding:15px 0px;
	float:left;
}
.header_right
{
	width:450px;
	height:135px;
	float:right;
}
.header_rgt_top
{
	width:450px;
	height:100px;
	text-align:right
}
.header_rgt_bottom
{
	width:450px;
	text-align:right;
	background:url(../images_new/top_nav_bg.jpg) no-repeat;
	height:28px;
	padding-top:7px;
}
.header_rgt_bottom a
{
	text-decoration:none;
	color:#fff;
	padding:0 16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border-right:2px solid #fff;
}

.header_rgt_bottom a:hover
{
	text-decoration:underline;
}


#navigation
{
	width:1000px;
	height:37px;
	margin-top:2px;
}

#nav
{
	width:1000px;
	height:37px;
}


/* Main */
#menu{
	width: 1000px;
	margin: 0;
	padding: 0;
	list-style: none;  
	background:#5f0400;
	margin-left:00px;
/*
	background: -moz-linear-gradient(#444, #111); 
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-border-radius: 00px;
	border-radius: 00px;
*/
}

#menu li{
	float: left;
	padding: 0 0 00px 0;
	position: relative;
}

#menu a{
	float: left;
	height: 27px;
	padding: 5px 22px;
	color: #fff;
	font: 14px/25px Tahoma;
	text-decoration: none;
}

#menu li:hover > a{
	color: #810202;
	background-color:#c8c8c8;
}

*html #menu li a:hover{ /* IE6 */
	color: #fff;
}

#menu li:hover > ul{
	display: block;
	margin-top:2px;
	color:#fff;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;
	color:#fff;    
    background: #9e0203;
    background: -moz-linear-gradient(#9e0203, #530203);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #530203),color-stop(1, #9e0203));
    background: -webkit-linear-gradient(#9e0203, #530203);    
    background: -o-linear-gradient(#9e0203, #530203);	
    background: -ms-linear-gradient(#9e0203, #530203);	
    background: linear-gradient(#9e0203, #530203);	
    -moz-border-radius: 5px;
    border-radius: 5px;
	box-shadow:5px 5px 5px #666;
}

#menu ul li{
    float: none;
    margin: 0;
	width:200px;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul li a{
color:#fff;
}

#menu ul a{    
    padding: 15px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu ul a:hover{
        background: #fff;
		color:#9e0203;
	background: -moz-linear-gradient(#d6d6d6,  #fff);	
	background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
	background: -webkit-linear-gradient(#d6d6d6,  #fff);
	background: -o-linear-gradient(#d6d6d6,  #fff);
	background: -ms-linear-gradient(#d6d6d6,  #fff);
	background: linear-gradient(#d6d6d6,  #fff);
}

#menu ul li:first-child a{
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */



/* for menu arrow */
#menu ul li:first-child a:after{
    content: '';
	color:#9e0203;
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}
#menu ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}




/*IQAC MENU*/
/* Main */
#menu1{
	width: 1000px;
	margin: 0;
	padding: 0;
	list-style: none;  
	background:#5f0400;
	margin-left:00px;
/*
	background: -moz-linear-gradient(#444, #111); 
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-border-radius: 00px;
	border-radius: 00px;
*/
}

#menu1 li{
	float: left;
	padding: 0 0 00px 0;
	position: relative;
}

#menu1 a{
	float: left;
	height: 27px;
	padding: 5px 62px;
	color: #fff;
	font: 14px/25px Tahoma;
	text-decoration: none;
}

#menu1 li:hover > a{
	color: #810202;
	background-color:#c8c8c8;
}

*html #menu1 li a:hover{ /* IE6 */
	color: #fff;
}

#menu1 li:hover > ul{
	display: block;
	margin-top:2px;
	color:#fff;
}

/* Sub-menu */

#menu1 ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;
	color:#fff;    
    background: #9e0203;
    background: -moz-linear-gradient(#9e0203, #530203);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #530203),color-stop(1, #9e0203));
    background: -webkit-linear-gradient(#9e0203, #530203);    
    background: -o-linear-gradient(#9e0203, #530203);	
    background: -ms-linear-gradient(#9e0203, #530203);	
    background: linear-gradient(#9e0203, #530203);	
    -moz-border-radius: 5px;
    border-radius: 5px;
	box-shadow:5px 5px 5px #666;
}

#menu1 ul li{
    float: none;
    margin: 0;
	width:200px;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu1 ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu1 ul li a{
color:#fff;
}

#menu1 ul a{    
    padding: 15px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu1 ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu1 ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu1 ul a:hover{
        background: #fff;
		color:#9e0203;
	background: -moz-linear-gradient(#d6d6d6,  #fff);	
	background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
	background: -webkit-linear-gradient(#d6d6d6,  #fff);
	background: -o-linear-gradient(#d6d6d6,  #fff);
	background: -ms-linear-gradient(#d6d6d6,  #fff);
	background: linear-gradient(#d6d6d6,  #fff);
}

#menu1 ul li:first-child a{
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

#menu1 ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu1 ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}

#menu1 ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu1:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu1             { zoom: 1; } /* IE6 */
*:first-child+html #menu1 { zoom: 1; } /* IE7 */



/* for menu arrow */
#menu1 ul li:first-child a:after{
    content: '';
	color:#9e0203;
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}
#menu1 ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}
/*IQAC MENU END*/


#banner
{
	width:1000px;
	height:310px;
	margin-top:10px;
}
.banner_lft
{
	width:640px;
	height:300px;
	float:left;
	padding-top:10px;
	padding-left:10px;
	background:url(../images_new/banner.jpg) no-repeat;
}
.banner_rgt
{
	width:300px;
	height:285px;
	float:right;
	padding-left:25px;
	padding-top:25px;
	background:url(../images_new/news_bg.jpg) no-repeat;
}


#content
{
	width:1000px;
	height:auto;
	margin-top:15px;
}
.content_left
{
	width:770px;
	height:auto;
	float:left;
}
.marq
{
	width:770px;
	height:23px;
	background:url(../images_new/marq_bg.jpg) no-repeat;
}

.block
{
	width:232px;
	border-right:1px dashed #999;
	height:650px;
	float:left;
	padding:10px;
	padding-right:15px;
	padding-left:0px;
	margin-top:15px;
}
.block ul
{
	margin-left:10px;
	margin-top:5px;
}

.block ul li
{
	list-style-type:none;
}

.block a
{
	text-decoration:none;
	color:#000000;
	font-size:11px;
	margin-left:5px;
	line-height:16px;
}
.block a:hover
{
	text-decoration:underline;
}


.block_heading
{
	font-family:Tahoma;
	font-size:13px;
	color:#7a7a7a;
	padding-bottom:2px;
	border-bottom:2px solid #b50900;
	font-weight:bold;
}
.content_rgt
{
	width:215px;
	height:auto;
	float:left;
	margin-left:15px;
}

.rgt_heading
{
	font-family:Tahoma;
	font-size:16px;
	color:#bb0900;
	font-weight:bold;
	padding-bottom:4px;
	border-bottom:1px dashed #333;
}

.read a
{
	text-decoration:none;
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
.read a:hover
{
	text-decoration:underline;
}


#footer
{
    BACKGROUND-COLOR: #003366;
    WIDTH: 100%;
    HEIGHT: 60px;
	border-top:4px solid #b50900;
	margin-top:15px;
}
.footer_main
{
	width:1000px;
	height:55px;
	line-height:25px;
	margin-top:5px;
}

#footer .b_nav A
{
    PADDING-LEFT: 8px;
    WIDTH: 100%;
    PADDING-RIGHT: 8px;
	border-right:1px solid #fff;
}
.b_nav A:link
{
    FONT-FAMILY: Verdana, Geneva, sans-serif;
    COLOR: #ffefba;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none
}
.b_nav A:visited
{
    COLOR: #ffffcc;
    TEXT-DECORATION: underline
}
.b_nav A:hover
{
    COLOR: #ffffcc;
    TEXT-DECORATION: underline
}
.b_nav A:active
{
    COLOR: #ffffcc;
    TEXT-DECORATION: underline
}
.b_nav A:focus
{
    COLOR: #ffffcc;
    TEXT-DECORATION: underline
}

/*IQAC footer menu*/

#footer .b_nav1 A
{
    PADDING-LEFT: 25px;
    WIDTH: 100%;
    PADDING-RIGHT: 25px;
	border-right:1px solid #fff;
}
.b_nav1 A:link
{
    FONT-FAMILY: Verdana, Geneva, sans-serif;
    COLOR: #ffefba;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none
}
.b_nav1 A:visited
{
    COLOR: #ffffcc;
    TEXT-DECORATION: underline
}
.b_nav1 A:hover
{
    COLOR: #ffffcc;
    TEXT-DECORATION: underline
}
.b_nav1 A:active
{
    COLOR: #ffffcc;
    TEXT-DECORATION: underline
}
.b_nav1 A:focus
{
    COLOR: #ffffcc;
    TEXT-DECORATION: underline
}

/*IQAC Footer menu end*/


#footer .copyright
{
    WIDTH: 50%;
    FLOAT: left;
    COLOR: #8e8e8e;
    FONT-SIZE: 12px;
	
}
#footer .offbeat
{
    TEXT-ALIGN: right;
    WIDTH: 49%;
    PADDING-RIGHT: 5px;
    FLOAT: right;
    COLOR: #8e8e8e;
    FONT-SIZE: 12px;
}

.top_text
{
	width:975px;
	height:23px;
	font-size:13px;
	padding-left:25px;
	color:#333;
	margin-bottom:20px;
	background:url(../images_new/text_bg.jpg) no-repeat;
}
.top_text a
{
	text-decoration:none;
	color:#333333;
}
.top_text a:hover
{
	text-decoration:underline;
}

.heading
{
	font-size:18px;
	color:#333;
	font-weight:bold;
	border-bottom:1px dashed #333;
	padding-bottom:5px;
	margin-bottom:20px;
}

.right_block
{
	width:215px;
	height:auto;
	border:1px solid #ccc;
	box-radius:10px;
	padding-bottom:10px;
}
.block_head
{
	background:url(../images_new/about_bg.jpg) no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	width:206px;
	height:28px;
	padding-top:8px;
	padding-left:10px;
}
.right_block ul
{
	margin-left:5px;
	margin-top:5px;
}

.right_block ul li
{
	list-style-type:none;
	line-height:35px;
}

.right_block a
{
	text-decoration:none;
	color:#565656;
	font-size:14px;
	margin-left:10px;
	line-height:18px;
}
.right_block a:hover
{
	text-decoration:underline;
}

/*IQAC Begin*/
.right_block1
{
	width:250px;
	height:auto;
	border:1px solid #ccc;
	box-radius:10px;
	padding-bottom:10px;
}
.block_head1
{
	background:url(../images_new/iqac_bg.jpg) no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	width:245px;
	height:30px;
	padding-top:12px;
	padding-left:10px;
}
.right_block1 ul
{
	margin-left:5px;
	margin-top:5px;
}

.right_block1 ul li
{
	list-style-type:none;
	line-height:35px;
}

.right_block1 a
{
	text-decoration:none;
	color:#565656;
	font-size:14px;
	margin-left:10px;
	line-height:18px;
}
.right_block1 a:hover
{
	text-decoration:underline;
}
/*IQAC End*/

.red
{
	background-color:#6b000a;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	line-height:23px;
}

.gray
{
	background-color:#c8c8c8;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:2px;
	line-height:23px;
}
.studies ul li
{
	font-size:14px;
	line-height:25px;
	list-style-type:none;
}
.studies li
{
	list-style-type:none;
}

.studies a 
{
	color:#7d0000;
	margin-left:8px;
	font-weight:bold;
}
.studies_sub
{
	margin:0px;
	padding:0px;
	margin-left:20px;
}
.studies_head
{
	margin-left:10px;
	font-size:16px;
	font-weight:bold;
	color:#323232;
}
.bottom_link a
{
	 font-weight:bold;
	 color:#990000;
	 text-decoration:none;
}
.bottom_link a:hover
{
	 font-weight:bold;
	 color:#990000;
	 text-decoration:underline;
}

.form
{
	margin:10px;
	margin-top:35px;
}
.left
{
	width:120px;
	height:12px;
	margin-left:20px;
	float:left;
	text-align:left;
	color:#000;
	font-weight:600;
    font-size:13px;
	}
.right
{
	width:300px;
	height:12px;
	float:left;
}
.tab
{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background-color:#B70000;
	width:80px;
	height:25px;
	border:solid 2px #fff;
	vertical-align:middle;
	text-align:center;
}
.mandatory
{
	color:#e4b98e;
	font-weight:bold;
	font-size:11px;
	vertical-align: top;
	padding-left:5px;
}
.row_bg
{
	background-color:#990000;
}






/*GIAN MENU*/
/* Main */
#menu2{
	width: 1000px;
	margin: 0;
	padding: 0;
	list-style: none;  
	background:#5f0400;
	margin-left:00px;
/*
	background: -moz-linear-gradient(#444, #111); 
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-border-radius: 00px;
	border-radius: 00px;
*/
}

#menu2 li{
	float: left;
	padding: 0 0 00px 0;
	position: relative;
}

#menu2 a{
	float: left;
	height: 27px;
	padding: 5px 58px;
	color: #fff;
	font: 14px/25px Tahoma;
	text-decoration: none;
}

#menu2 li:hover > a{
	color: #810202;
	background-color:#c8c8c8;
}

*html #menu2 li a:hover{ /* IE6 */
	color: #fff;
}

#menu2 li:hover > ul{
	display: block;
	margin-top:2px;
	color:#fff;
}

/* Sub-menu */

#menu2 ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;
	color:#fff;    
    background: #9e0203;
    background: -moz-linear-gradient(#9e0203, #530203);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #530203),color-stop(1, #9e0203));
    background: -webkit-linear-gradient(#9e0203, #530203);    
    background: -o-linear-gradient(#9e0203, #530203);	
    background: -ms-linear-gradient(#9e0203, #530203);	
    background: linear-gradient(#9e0203, #530203);	
    -moz-border-radius: 5px;
    border-radius: 5px;
	box-shadow:5px 5px 5px #666;
}

#menu2 ul li{
    float: none;
    margin: 0;
	width:200px;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu2 ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu2 ul li a{
color:#fff;
}

#menu2 ul a{    
    padding: 15px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu2 ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu2 ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu2 ul a:hover{
        background: #fff;
		color:#9e0203;
	background: -moz-linear-gradient(#d6d6d6,  #fff);	
	background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
	background: -webkit-linear-gradient(#d6d6d6,  #fff);
	background: -o-linear-gradient(#d6d6d6,  #fff);
	background: -ms-linear-gradient(#d6d6d6,  #fff);
	background: linear-gradient(#d6d6d6,  #fff);
}

#menu2 ul li:first-child a{
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

#menu2 ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu2 ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}

#menu2 ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu2:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu2             { zoom: 1; } /* IE6 */
*:first-child+html #menu2 { zoom: 1; } /* IE7 */



/* for menu arrow */
#menu2 ul li:first-child a:after{
    content: '';
	color:#9e0203;
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}
#menu2 ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}
/*GIAN MENU END*/












#slider_container_2 { float: left; margin: 0 0 0 -15px; padding: 15px; width: 624px; background: url(../img/bg.png) no-repeat 0 0; border:1px solid }

.SliderName_2 {
	float: left;
	width: 624px;
	height: 282px;
	overflow: hidden;
}

.SliderNamePrev_2 {
	background: url(../slider/img/left.png) no-repeat left center;
	width: 50px;
	height: 282px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.SliderNameNext_2 {
	background: url(../slider/img/right.png) no-repeat right center;
	width: 50px;
	height: 282px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

.SliderName_2Description {
	padding: 10px;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;
}

#SliderNameNavigation_2 { margin: 0; padding: 2px 0 0 0; height: 16px; text-align: center; overflow-y: hidden; border:10px solid transparent; }

#SliderNameNavigation_2 a:link, #SliderNameNavigation_2 a:active, #SliderNameNavigation_2 a:visited, #SliderNameNavigation_2 a:hover{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}

#SliderNameNavigation_2 a img
{
	border: none;
	width: 16px;
	height: 16px;
	background: url(../slider/img/bullet.png) no-repeat center center;
}

#SliderNameNavigation_2 a.active img
{
	background: url(../slider/img/bullet_active.png) no-repeat center center;
}

