
#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:relative;
	z-index:100;
	height:330px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:460px;
	overflow:hidden;
	position:relative;
	display:none;
	direction:ltr;
	margin-right:15px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:460px;
	height:310px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	right:0;
	height:60px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	text-align:right;
	width:420px;
	font-family:BNazanin;
}
.caption h3{
margin:0;
font-size:17px;
}
#page {
	width: 500px;
	margin: 0 auto;
	background-color: #FFF;
	margin-bottom: 50px;
}


.highlight {
	font-size: 50px;
	color: #0099ff;
}


.bar {
	background-color: #111;
	color: #f0f0f0;
	box-shadow: 0px 0px 2px #333;
	line-height: 25px;
	padding: 0px 20px;
}
.bar a {
	color: #DDD;
}
.bar a:hover {
	color: #FFFFFF;
}

.ticker {
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#ticker_02 {
	height: 285px;
	width:225px;
	margin:0 auto;
}

.ticker li {
	height: 42px;
	border-bottom: 1px solid #eee;
	padding-top:5px;
	font-family:BNazanin;
	font-size:14px;
}
.ticker li a{
color:#4d4d4d;
}
#ticker_03 {
	height: 248px;
	width:245px;
	margin:0 auto;
}
#ticker_03 li{
	height: 119px;
	border-bottom: 1px dotted #dcdcdc;
	padding-top:5px;
}
#ticker_04 {
	height: 137px;
	border-top: 1px dotted #9b262c;
	width:210px;
	margin:0 auto;
}
#ticker_04 li{
height:68px;
}
#ticker_05 {
	height: 90px;
	border-top: 1px dotted #fce912;
	width:210px;
	margin:0 auto;
}
#ticker_06 {
	height: 90px;
	border-top: 1px dotted #fce912;
	width:210px;
	margin:0 auto;
} 
#ticker_07 {
	height: 90px;
	border-top: 1px dotted #fce912;
	width:210px;
	margin:0 auto;
} 
#ticker_05 li,#ticker_06 li,#ticker_07 li{
border-bottom: 1px dotted #fce912;
}
#example_4 { display: none;}
