@charset "UTF-8";
/* CSS Document */

#shakespeare {
	width:610px;
}

#shakespeare h1 {
	margin:0 0 10px 0;
}

#shakespeare .guide {
	padding:20px;
	color:#8E543A;
	font-size:12px;
	line-height:20px;
}

#shakespeare .guide strong {
	font-size:14px;
}

#shakespeare .guide img {
	margin:-40px 0 0 10px;
	float:right;
}


#shakespeare .lead {
	font-size:12px;
	line-height:18px;
	margin:0;
}

#shakespeare h3 {
	font-size:28px;
	border-top: #8E543A 1px solid;
	line-height:1.4em;
	margin:70px 0 10px 0;
	color:#8E543A;
}

#shakespeare h3 span {
	font-size:14px;
	display:inline-block;
	margin-top:-30px;
	background:#8E543A;
	padding:5px 10px;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:10px;
	color:#FFFFFF;
}

#shakespeare .swiper-container {
	margin:15px auto 20px auto;
	 width: 100%;
     height: 100%;
}

#shakespeare .swiper-slide {
	width:610px;
	font-size:12px;
	color:#565656;
	text-align: center;
	line-height:1.4em;
}

#shakespeare .swiper-slide img {
	margin:0 0 7px 0;
}

#shakespeare .swiper-button-prev {
	background:url(prev.png) no-repeat left;
	width:250px;
	height:400px;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	display:block;
	margin:0;
	margin:-200px 0 0 -10px;
}

#shakespeare .swiper-button-next {
	background:url(next.png) no-repeat right;	
	width:250px;
	height:400px;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	display:block;
	margin:-200px -10px 0 0;
}

#shakespeare .swiper-button-prev:hover,
#shakespeare .swiper-button-next:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

#shakespeare .swiper-pagination {
	margin:30px 0 0 0;
	top:380px
}


/*  For Responsivizer  */

body.white .site #shakespeare {
width:100%;
}

body.white .site #shakespeare .guide {
padding: 0;
}

body.white .site #shakespeare .guide img {
margin-top: 0;
}

body.white .site #shakespeare h3 {
font-size: 22px;
}

