@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, 
textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	list-style:none;
}
fieldset, img {
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
address, caption, cite, code, dfn,
em, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}


code, kbd, samp, tt {
	font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 #owl-demo {
    position: relative;
    width: 523px;
    height: 290px;
}
 #owl-demo .item {
    position: relative;
    display: block;
}
 #owl-demo .item>img {
    display: block;
    width: 523px;
    height: 290px;
}
 #owl-demo .item>b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 78px;
    background-color: #000;
    opacity: .0;
    filter: alpha(opacity=0);
}

 #owl-demo .item>span{
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgba(155,40,43,.8);
    text-indent: 20px;
    font-size: 16px;
}

.owl-pagination {
    position: absolute;
    left: 180px;
    bottom: 16px;
    width: 100%;
   /* height: 40px;*/
    text-align: center;
}
 .owl-theme .owl-controls .owl-page span{
	display: block;
    width: 8px;
    height:8px;
    border-radius: 0;
    filter: Alpha(Opacity=90);
    opacity: 0.9;
    background: #fff;
}

 .owl-theme .owl-controls .owl-page.active span, 
 .owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #fff;
	filter: Alpha(Opacity=90);
    opacity: 0.9;
}

 .owl-page {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
	*display: inline;
	*zoom: 1;
}
 .owl-pagination .active {
 
}
 .owl-buttons {
    display: none;
}
 .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    margin-top: -40px;
    text-indent: -9999px;
}
 .owl-prev {
    left: 0;
    background-image: url(../images/bg17.png);
}
 .owl-next {
    right: 0;
    background-image: url(../images/bg18.png);
}
 .owl-prev:hover {
    background-image: url(../images/bg19.png);
}
 .owl-next:hover {
    background-image: url(../images/bg20.png);
}