@charset "utf-8";
/*reset*/
html, body, div, span,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
p, blockquote, a,
small, strike, strong, em, sub, sup, img, ins,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	padding:0;
	margin:0;
	outline:0;
	vertical-align:baseline;
}
body {line-height: 1;}
li {list-style:none;}
/*reset*/


body {
	background:#f3ebd4 url(../img/bg.png);
	color:#000;
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*position:relative;*/
}

#wrapper {
	margin:0 auto;
	max-width:1224px;
	min-width:998px
}


a {color:#487ea8;}
a:hover {color:#0092c8;}


h1 {
	color:#252525;
	text-shadow:#fff 0px 1px 2px, #000 0px -1px 0px;
}
h1 {
	font:bold 35px/36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 24px 0;
}
h2 {
	font:normal 20px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 9px 0;
}
.news h2 {
	font-size:22px;
	font-weight:bold;
}
.subheader {
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	margin:-24px 0 9px 0;
}



#bl,#bg {
    position:absolute;
    left:0;
    top:0;
    width:100%;
}
#bl {
	background:#1f0621;
    z-index:1;
    height:138px;
}
#bg {
	background:url(../img/header_bg.jpg) center top repeat-x;
    z-index:2;
    height:234px;
}





/*-----------------HEADER-----------------*/
/*layout*/
.header {
	background:url(../img/header_bg.jpg) center top repeat-x;
	height:234px;
	position:relative;
	z-index:3;
	margin:0 0 -24px 0;
}
/*layout*/


/*logo*/
#logo_box {
	display:block;
	height:60px;
	width:211px;
	position:absolute;
	top:10px;
	left:14px;
}
#logo {
	color:#e6e6e1;
	font: normal 70px/70px Tahoma, Geneva, sans-serif;
}
/*logo-end*/


/*phone*/
.phone {
	background:url(../img/phone_bg.png) no-repeat;
	color:#fff;
	font-size:29px;
	line-height:32px;
	font-weight:bold;
	text-align:right;
	overflow:hidden;
	width:192px;
	height:68px;
	padding:6px 12px 0 0;
	position:absolute;
	top:13px;
	right:12px;

}
.phone span{
	font-size:14px;
	position:relative;
	top:-10px;
}
/*/phone*/


/*socials*/
.socials {
	background:url(../img/phone_bg.png) right top no-repeat;
	font-size:0;
	text-align:center;
	height:40px;
	padding:12px 3px 0 0;
	position:absolute;
	top:13px;
	right:240px;
}
.socials img{
	margin:0 12px 0 0;
}
.socials_l {
	background:url(../img/phone_bg.png) left top no-repeat;
	width:13px;
	height:50px;
	position:absolute;
	top:0;
	left:-13px;
	overflow:hidden;
}
/*/socials*/
/*--------------HEADER-END--------------*/




/*----------------PAGE------------------*/
.main {
	position:relative;
	z-index:4;
}
.main .inner {
	padding:0 14px 0 14px;
}
.left, .right {
	display:inline-block;
	vertical-align:top;
	margin-bottom:18px;
}
.left {
	width:25%;
}
.right {
	width:74%;
}






/*menu*/
.menu {
	background:url(../img/menu_bg.png) no-repeat;
	width:168px;
	height:543px;
	margin:-14px 0 0 -36px;
	padding:26px 0 0 36px;
}
.menu li {
	margin-bottom:14px
}
.menu .divide_b {
	margin-bottom:22px
}
.menu .current a {
	-moz-border-radius:5px;
	border-radius:5px;
	background:#cecece;
	color:#2f2f2f;
	padding:4px 8px 3px 8px;
	margin:-7px 0 -7px -8px;
	text-decoration:none;
}
.menu_spec a {
	color: #a14dc0;
	font-weight: bold;
	font-size: 15px;
}
.menu_spec a:hover {
	color: #bd52e4;
}

/*menu-end*/





/*index*/
h1 span {
	color:#a14dc0;
}
.index_l, .index_r {
	display:inline-block;
	vertical-align:top;
}
.index_l {
	width:74%;
}
.index_r {
	width:25%;
}
/*/index*/





/*news*/
.news {
	font-size:12px;
	line-height:16px;
}
.new {
	padding:8px 0 8px 0;
	position: relative;
}
.new h3 {
	font-weight: normal;
	font-size: 16px;
	margin-left: 68px;
	/*margin-bottom:10px;*/
}
.index_l .new h3 {
	font-weight: normal;
	font-size: 13px;
	margin-left: 68px;
	/*margin-bottom:10px;*/
}
.new h3 img {
	position: relative;
	top: 1px;
}
.new_date {
	color:#380242;
	font-size:16px;
	margin-left: 68px;
}
.index_l .new_date {
	color:#380242;
	font-size:10px;
	margin-left: 68px;
}
.event .new_date {
	margin-left: 0;
}
.index_l .new_img {
	float: left;
	margin: 0 12px 0 0;
	width: 56px;
	height: 40px;
	overflow: hidden;
	line-height: 0;
}
.new_img {
	float: left;
	margin: 0 12px 0 0;
	width: 112px;
	height: 80px;
	overflow: hidden;
	line-height: 0;
}
.new_img img {
	border: 1px solid #fff;
}
.news_index {
	margin-right: 10%;
	position: relative;

}
.news_index_in {
	height: 240px;
	overflow: hidden;
	padding: 0 38px 0 34px;
	position: relative;
	zoom: 1;
}
.news_index_t, .news_index_b {
	background: url('../img/news_index_tb.png') no-repeat center 0;
	height: 13px;
	width: 100%;
	position: absolute;
	z-index: 2;
}
.news_index_t {
	border-top: 1px solid #f8f3e6;
	background-position: center -13px;
	top: 0;
}
.news_index_b {
	border-bottom: 1px solid #f8f3e6;
	bottom: 0;

}
.news_index_t_arr, .news_index_b_arr {
	background: url('../img/news_index_arrs.png') no-repeat center 0;
	width: 19px;
	height: 9px;
	cursor: pointer;
	position: absolute;
	left: 50%;
	margin-left: -9px;
}
.news_index_t_arr {
	top: -14px;
}
.news_index_b_arr {
	background-position: center -11px;
	bottom: -14px;
}

.news_index_in_animate {
    position: absolute;
}

/*.video_ic {background:url(../img/video_ic.png) no-repeat 1px 2px;}
.photo_ic {background:url(../img/photo_ic.png) no-repeat left 3px;}*/
/*/news*/


/*events*/
.event {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	margin: 0 25px 24px 0;
	font-size: 13px;
	position: relative;
}

.events .new_date{
	font-size:12px;
	font-weight:normal;
	position: static;
	margin-bottom: 6px;
}
.event_frame {
	background:url(../img/event_frame.png) no-repeat;
	width:239px;
	height:189px;
	position:absolute;
	top:15px;
	left:-7px;
}
.event_img {
	text-decoration: none;
	margin: 0 0 8px 7px;
	display: block;
	width: 210px;
	height: 145px;
}
/*/events*/



/*photo*/
.photo {
	position:relative;
	margin:0 24px 36px 0;
	width:140px;
	display:inline-block;
	vertical-align:top;
}
.admins_page .photo {
	width: 200px;
	margin-right: 30px;
}
.photo img {
	display:block;
	margin:0 0 14px 6px;
	line-height:0;
}
.photo_new {
	font-size:12px;
}
.photo_frame {
	background:url(../img/photo_frame.png) no-repeat;
	width:164px;
	height:140px;
	position:absolute;
	top:-9px;
	left:-8px;
}
.photo_new .photo_frame {
	background:url(../img/photo_frame_new.png) no-repeat;
}
.admins_page .photo_frame {
	background:url(../img/photo_frame_admin.png) no-repeat;
	width: 200px;
	height: 170px;
}
.galleries_page h2 {
	margin-bottom:18px;
}
.galleries_all_photo {
	height:140px;
	text-align:center
}
.galleries_all_photo .photo_frame {
	background-image:url(../img/photo_frame_2.png);
	color:#fff;
}
.galleries_all_photo span{
	position:relative;
	font-size:18px;
	top:44px;
}

.album_description {
	margin-bottom:24px;
	margin-top:-9px;
}
/*/photo*/



/*banners*/
.banner {
	background:#ddd;
	width:150px;
	height:220px;
	margin:0 0 18px 0;
}
.left .banners {
	margin-top:24px;
}
/*banners*/



/*index_center*/
.index_center {
	background:#1c0526 url(../img/index_center.png) repeat-y center top;
	color:#fdf9ee;
	margin:0 0 36px 0;
}
.center_t {
	background:url(../img/index_center_t.jpg) no-repeat center top;
	padding-top:100px;
	zoom:1;
}
.center_b {
	background:url(../img/index_center_b.png) no-repeat center bottom;
	padding-bottom:130px;
	zoom:1;
}
.index_center h2{
	color:#fdf9ee;
	text-shadow:none;
	margin:0 0 18px -18px;
}
.index_center a{
	color:#71b9f5;
}
.index_center a:hover{
	color:#008aff;
}


.dance_styles {
	border-bottom:1px dashed #5f6683;
	padding:0 5% 35px 5%;
	margin:0 auto 24px auto;
	width:83%;
}
.dance_styles li{
	display:inline-block;
	vertical-align:top;
	width:19%;
}


.dance_hall {
	width:83%;
	margin:0 auto;
}
.hall_photo {
	line-height:0;
	border-bottom:2px solid #000;
	display:inline-block;
	vertical-align:top;
	margin:9px 1.5% 0 0;
}
.hall_photo img {
	border:3px solid #612881;
}
.all_photos {
	background:url(../img/all_photos.png) no-repeat;
	font-style:italic;
	line-height:24px;
	display:inline-block;
	vertical-align:top;
	width:132px;
	height:92px;
	padding:16px 12px 0 12px;
	margin:9px 0 0 0;
}
/*/index_center*/



/*seo*/
.index_seo {
	padding:0 8% 0 8%;
}
/*/seo*/



/*styles*/
.styles {

}
.style {
	font-size:12px;
	line-height:14px;
	display:inline-block;
	vertical-align:top;
	width:49%;
	min-height:80px;
	position:relative;
	margin:0 0 24px 0;
}
.style img{
	position:absolute;
	top:-18px;
	left:0;
}
.style h3 {
	font-weight:normal;
	font-size:14px;
	margin:0 0 4px 0;

}
.style h3, .style p {
	padding:0 24px 0 60px;
}
/*/styles*/



/*style*/
.style_teacher {
	display:inline-block;
	vertical-align:top;
	width:49%;
	position:relative;
	min-height:136px;
	margin:0 0 9px 0;
}
.teacher_short {
	display:inline-block;
	vertical-align:top;
	padding:0 24px 0 160px;
}
.teacher_short p{
	font-size:12px;
	font-style:italic;
}
.teacher_short h3{
	font-weight:normal;
	font-size:14px;
}
.style_teacher .photo {
	position:absolute;
	top:6px;
	left:0;
}

.similar_styles ul li {
	display:inline-block;
	vertical-align:top;
	width:33%;
}
div.similar_styles h2 {
	font-weight:normal;
}
/*/style*/



/*teacher*/
.teachers_style, .all_video {
	font-size:12px;
	font-weight:bold;
	margin:3px 2px 0 0;
}
.teachers_style a {
	text-decoration:none;
	color:#eee3d2;
}

.teacher_l, .teacher_r {
	display:inline-block;
	vertical-align:top;
	margin-bottom:24px;
}

.teacher_l {
	width:20%;
	margin-right:2%;
}
.teacher_r {
	width:77%;
	margin-top:-9px;
}

.teacher_l h2 {font-size:18px;}

.teacher_l .photo{
	margin-bottom:9px;
}
.small_album a {
	display:block;
	margin-bottom:10px;
}
.small_album img{
	border:3px solid #c2b692;
}
.teacher_all_photos {
	font-style:italic;
	text-decoration:none;
	text-align:center;
	line-height:14px;
	color:#f1e9d3;
	text-shadow:#777 0 1px 0;
	background:url(../img/teacher_all_photos.gif) no-repeat;
	display:block;
	width:62px;
	height:47px;
	padding:15px 0 0 0;
}
.teacher_all_photos:hover {
	color:#fff;
}
h1 .teachers_style, h1 .all_video {
	text-shadow:none;
	line-height:20px;
	position:relative;
	top:11px;
	margin:0 0 0 4px;
}

div.teacher_links {
	/*color: #fff;*/
	padding: 12px 12px 12px 12px;
	margin: 0 0 36px 0;
	line-height: 24px;
}
.teacher_links div {
	/*margin-bottom: 12px;*/
}
.teacher_links a {
	/*color: #fff;*/
}
/*/teacher*/



/*attaches*/
.attaches {
	margin-top:42px
}
.attaches h2{
	font-size:24px;
	line-height:36px;
	margin-bottom:24px;
}
/*/attaches*/


/*text-page*/
.text {
	margin-bottom:18px
}
.text h2 {margin-top:18px;}
.text p, .text ul, .text ol {margin-bottom:9px;}
.text ul, .text ol {margin-left:36px;}
.text ul li {list-style:outside disc;}
.text ol li {list-style:outside decimal;}
.text h3 {
	margin:18px 0 9px 0;
}
.text h2 {
	font-size:24px;
	line-height:24px;
}
.text table {
	background:#f8f4e6;
	margin:18px 0 18px 0;
	font-size:14px;
	border-collapse: collapse;
}
.text tr, .text td, .text th {
	padding:8px 8px 8px 8px;
	border:1px solid #692151;
}
.text th {
	font-weight:bold;
	font-size:12px;
	line-height:12px;
	text-align: left;
	background:#6f167a;
	color:#f1e7cb;
	vertical-align:middle;
}
.text td b {
	display:block;
	margin-top:4px;
}
/*/text-page*/

/*text_special*/
.text_special, .text_special_violet {
	padding:12px 12px 6px 12px;
	position:relative;
	margin:18px 0 18px 0;
}
.text_special {
	background:#dbd2b9;
	border:1px solid #faf8ed;
}
.tr, .tl, .br, .bl {position:absolute;}
.tr, .tl, .br, .bl {
	display:block;
	width:6px;
	height:6px;
}
.tr, .tl {top:-1px}
.br, .bl {bottom:-1px}
.tl, .bl {left:-1px}
.tr, .br {right:-1px}
.tl {background: url(../img/corners.gif) no-repeat}
.tr {background: url(../img/corners.gif) no-repeat -6px 0px}
.bl {background: url(../img/corners.gif) no-repeat 0px -6px}
.br {background: url(../img/corners.gif) no-repeat -6px -6px}

.text_special h2, .text_special_violet h2{
	margin:0 0 9px 0;
	font-size:18px;
	font-weight:bold;
}

.text_special_violet {
	background:#6f167a;
	color:#f1e7cb;
	border-radius:5px;
}
/*/text_special*/





/*video_slider*/
.video_slider {
	background: url(../img/video_slider_bg.png) no-repeat right top;
	margin:0 10% 24px 0;
	padding-right:12px;
}
.video_slider_inner {
	background: url(../img/video_slider_bg.png) no-repeat left top;
	height:217px;
	padding:30px 30px 0 30px;
}
.video_item{
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:2px 9px 0 2px;
	margin-bottom:24px;
}
.video_item img{
	margin-bottom:9px
}
.video_item div{
	line-height:14px;
}
.video_item span{
	display:block;
	font-size:12px;
}
.video_frame {
	background:url(../img/video_frame.png) no-repeat;
	width:193px;
	height:146px;
	position:absolute;
	top:0;
	left:-1px;
}

.video_3_col {
	margin-right:0;
}
.video_3_col .video_item{
	padding-right:8px
}

/*karusel*/
.video_slider ul {
	position:relative;
	height:241px;
	width:100%;
}
.jcarousel-item {
	width:193px;
	height:241px;
}
.jcarousel-next-horizontal, .jcarousel-prev-horizontal {
	position: absolute;
	top: 54px;
	width: 30px;
	height: 36px;
	cursor: pointer;
}
.jcarousel-next-horizontal {
	right:-51px;
	background:url(../img/arr_r.png) no-repeat;
}
.jcarousel-prev-horizontal {
	left:-41px;
	background:url(../img/arr_l.png) no-repeat;
}
.jcarousel-next-horizontal:active, .jcarousel-prev-horizontal:active{top:56px;}
.jcarousel-container-horizontal {width: 100%;}
.jcarousel-clip-horizontal {width: 100%;}
/*karusel*/
/*/video_slider*/


/*videos_page*/
.all_video a {
	text-decoration:none;
	color:#eee3d2;
}

.videos_page .video_item, .video_attach .video_item{
	margin-right:9px;
	width:187px;
}
.filter {
	padding:6px 12px 6px 12px;
	/*overflow:hidden*/
}
.filter_params {
}
.filter h2{
	background:url(../img/filter_down.png) no-repeat right top;
	font-weight:normal;
	cursor:pointer;
	margin:0;
	display:inline-block;
	width:100%;
}
.filter .up {
	background-image:url(../img/filter_up.png);
}
.filter li {
	display:inline;
	line-height:24px;
	margin-right:12px;
}
.filter li a{
	text-decoration:none;
	border-bottom:1px dotted #487ea8;
}
.filter li a:hover{
	border-bottom:1px dotted #0092c8;
}
.filter input {
	font-size:12px;
	line-height:20px;
	color:#fff;
	background:url(../img/select_video.png) no-repeat;
	border:none;
	width:122px;
	height:20px;
	padding:0;
	margin:18px 0 5px 0;

}
.selected {
	background:#9736c9;
	color:#dcd3bb;
	padding:0 4px 0 4px;
	margin:0 -4px 0 -4px;
}
.filter li .selected, .filter li .selected:hover{
	border:none;
}
.selected:hover {
	color:#fff;
}
.filter li.video-col {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 31%;
}
/*/videos_page*/




/*schedule*/
.legend {
	margin:0 0 48px 0;
}
.legend div {
	font:11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:inline-block;
	vertical-align:top;
	margin:0 18px 0 0;
}
.legend img, .legend span{
	display:inline-block;
	vertical-align:middle;
}
.legend img{
	margin:2px 7px 0 0;
}


.schedule_places div, .schedule_places h1 {
	display:inline-block;
	vertical-align:top;
}
.schedule_places h1 {
	margin:-12px 18px 9px 0;
}
.schedule_places div {
	margin:0 16px 0 0;
}
.schedule_places div a{
	color:#eee3d2;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
}


.schedule_table {
	border-collapse:collapse;
	width:782px;
	margin:6px 0 0 -60px;
}
.schedule_table th {
	font-size:13px;
	line-height:36px;
	font-weight:normal;
	padding:0 0 0 10px;
	width:90px;
}
.schedule_table tr, .schedule_table td {
	vertical-align:top;
}
#fixedtableheader0 .schedule_weekday {
	background:url(../img/weekday_bg.png) repeat-x 0 100%;
	padding-bottom:9px;
}
#fixedtableheader0 {
	position:relative;
	z-index:10;
	margin:0;
}
/*.schedule_tr td{
	background:url(../img/schedule_tr_bg.png) no-repeat right 4px;
}
.schedule_tr .schedule_style {
	background:url(../img/schedule_tr_bg.png) no-repeat left 4px;
}
*/
.schedule_style span{
	font:bold 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#fff;
	color:#612677;
	-moz-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	vertical-align:top;
	padding:9px 7px 9px 7px;
	width:80px;
	height:42px;
	text-align: center;
}
span h3 {
	margin: 15px;
}
.schedule_style span a{
	color:#612677;
	text-decoration:none;
	display:table-cell;
	vertical-align:middle;
	height:42px;
}
.schedule_item {
	font:11px/12px Arial, Helvetica, sans-serif;
	background:#fff url(../img/schedule_item_b.png) left bottom no-repeat;
	padding:0 7px 7px 7px;
	width:76px;
	margin:0 0 6px 10px;
	text-align:center;
}


.schedule_time_rank {
	font-size:13px;
	font-weight:bold;
	line-height:13px;
	text-align:center;
	color:#fff;
	width:90px;
	height:35px;
	padding:5px 0 0 0;
	margin:0 0 4px -7px;
}
.schedule_time_rank img{
	display:block;
	margin:5px auto 0 auto;
}
.new_group .schedule_time_rank {background: url(../img/schedule_status.png) left top no-repeat}
.recruiting .schedule_time_rank {background:  url(../img/schedule_status.png) -90px top no-repeat}
.group_closed .schedule_time_rank {background:  url(../img/schedule_status.png) -180px top no-repeat}

.divider {height:36px;}
.teacher_page .schedule_time_rank {margin:0 0 0px -7px;}
.teacher_page .schedule_item {padding-bottom:0;}
/*/schedule*/




/*paganation*/
.pagination {
	font-size:14px;
	line-height:24px;
	width:300px;
	margin:0 0 6px 0;
	padding:18px 0 18px 0;
}
.current_page {
	font-size:16px;
	color:#f2ead4;
	background:#4f4c48;
	padding:1px 4px 1px 4px;
	text-decoration:none;
}
.current_page:hover {
	color:#fff;
}
.pagination span, .pagination a {margin-right:18px;}
/*paganation*/
/*-----------------PAGE-END-----------------*/




/*-----------------FOOTER-----------------*/
#footer {
	font-size:12px;
	line-height:14px;
	border-top:1px solid #ded7c2;
	margin:54px 0 0 0;
}
#footer .inner {
	border-top:1px solid #fff;
	padding:10px 0 48px 12px;
	position:relative;
}

#pre_footer {
	font-size:12px;
	line-height:14px;
	border-top:1px solid #ded7c2;
	margin:54px 0 0 0;
}
#pre_footer .pre_inner {
	border-top:1px solid #fff;
	padding:150px 0 60px 12px;
	position:relative;
}

.pre_link {
	font-size: larger;
	line-height: 20px;
	margin: 0 0 0 170px;
}

.pre_link p {
	font-size: smaller;
}

.pre_link a {
	text-decoration: none;
}

.copyright {text-indent:-6px}
.copyright p{margin-bottom:6px}
.copyright a{margin-left:12px}

#madein {
	color:#8d8d8d;
	font-size:11px;
	line-height:10px;
	text-align:right;
	text-decoration:none;
	display:block;
	position:absolute;
	top:12px;
	right:12px;
}
#octoberweb {
	font-size:22px;
	display:block;
}

.footer_banner {
	background:#ccc;
	height:72px;
	width:800px;
	position:absolute;
	top:14px;
	left:40%;
	margin-left:-250px;
}

.footer_news {
	//background: gray;
	width: 350px;
	height: 250px;
	position:absolute;
	top: 12px;
	left: 75px;
}

.footer_new_img {
	float: left;
	margin: 0 12px 0 0;
	width: 170px;
	height: 170px;
	overflow: hidden;
	line-height: 0;
}

.footer_instagram {
	//background: gray;
	width: 120px;
	height: 250px;
	position:absolute;
	top: 12px;
	left: 450px;
}

.footer_social {
	//background: gray;
	width: 200px;
	height: 250px;
	position:absolute;
	top: 12px;
	left: 700px;
}

.footer_social img {
	margin: 0 0 5px 10px;
}

.footer_howtoget {
	//background: gray;
	width: 120px;
	height: 250px;
	position:absolute;
	top: 12px;
	left: 1000px;
}
/*-----------------FOOTER-END-----------------*/




/*-----------------STAFF-----------------*/
.cl {clear:both}

.violet_corner {
	display:inline-block;
	vertical-align:top;
	background:#612677;
	-moz-border-radius:6px;
	border-radius:6px;
	color:#eee3d2;
	padding:0 8px 0 8px;
}

.blue_corner {
	display:inline-block;
	vertical-align:top;
	background: #6EA0D9;
	-moz-border-radius:6px;
	border-radius:6px;
	color:#fff;
	padding:0 8px 0 8px;
}
.breadcrumbs a{
	text-decoration:none;
	color:#eee3d2;
}



#vk_comments {
	margin:54px 0 0 0;
}



.scroll-wrap{width: 100%;}
.scroll-pane{width: 100%;height:200px;overflow:auto}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 5%;
	top: 0;
	height: 100%;
	display:none;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	height:42px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp, a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	right: 6%;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../img/but.gif) no-repeat center top;
	height:7px;
}
a.jScrollArrowUp {top: 1px;}
a.jScrollArrowDown {bottom: 9px;}



#modal {
	background:#fff;
	width:576px;
	padding:18px 0 1px 0;
	z-index:10;
}
.modal_top {
	background:url(../img/modal_top.png) no-repeat;
	height:163px;
	width:576px;
}
.modal_head {
	color:#420154;
	text-align:center;
	font:bold 24px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:-42px 0 18px 0;
	padding:0 18px 0 18px;
}
.modal_text {
	padding:0 18px 0 18px;
}
.modal_img {
	margin:0 18px 18px 18px;
	float:left;
}
.modal_close {
	background:url(../img/modal_close.png) no-repeat;
	width:27px;
	padding-top:3px;
	height:27px;
	position:absolute;
	top:4px;
	right:4px;
	cursor:pointer;
}





@media screen and (max-width: 420px) {
	.schedule_table {
		margin-left: 0;
	}
}


/*-----------------STAFF-END-----------------*/
