#container {
	position:relative;
	width:880px;
	margin:10px auto 0;
}
#slides {
	position:relative;
}
.slides_container {
	position:relative;
	width:840px;
	overflow:hidden;
}
div.slide {
	width:840px;
	height:270px;
}
div.slide p {
  font-size: 13px;
  line-height: 1.5;
}
#slides .next, #slides .prev {
	position:absolute;
	top:215px;
	width:30px;
	height:91px;
	z-index:1000;
}
#slides .prev {
	left:-15px;
}
#slides .next {
	left:825px;
}
#slides h4 {
  display: block;
  padding-bottom: 0px;
  text-align: center;
  color:#A54D77;
  font-size: 20px;
}
.slide_left{
  float:left;
  margin:50px 0 0 50px;
  width:190px;
}
.slide_right{
  float:right;
  margin:50px 40px 0 0;
  padding: 10px 15px 0;
  width:270px;
  height:180px;
  background: #F9E6DE;
  border-radius: 10px; /* CSS3‘ˆÄ */  
  -webkit-border-radius: 10px; /* Safari,Google Chrome—p */  
  -moz-border-radius: 10px; /* Firefox—p */  
}
#img_01 {background: url(../images/entrep/img_01.jpg);}
#img_02 {background: url(../images/entrep/img_02.jpg);}
#img_03 {background: url(../images/entrep/img_03.jpg);}
#img_04 {background: url(../images/entrep/img_04.jpg);}
#img_05 {background: url(../images/entrep/img_05.jpg);}
#img_06 {background: url(../images/entrep/img_06.jpg);}
#img_07 {background: url(../images/entrep/img_07.jpg);}
#img_08 {background: url(../images/entrep/img_08.jpg);}
#img_09 {background: url(../images/entrep/img_09.jpg);}
#img_10 {background: url(../images/entrep/img_10.jpg);}
#img_11 {background: url(../images/entrep/img_11.jpg);}

/*
	Pagination
*/

.pagination {
	margin:0 0 10px;
	padding:0;
	width:840px;
	height:125px;
	background:url(../images/entrep/bg_arrow.png) no-repeat;
}
.pagination li {display:inline;}
.pagination a {
  float:left;
  margin:0 8px;
  width:60px;
  height:125px;
  text-indent:-9999px;
  font-size:0;
}
#bt_01 a {background: url(../images/entrep/ent_bt_01.png) no-repeat;}
#bt_02 a {background: url(../images/entrep/ent_bt_02.png) no-repeat;}
#bt_03 a {background: url(../images/entrep/ent_bt_03.png) no-repeat;}
#bt_04 a {background: url(../images/entrep/ent_bt_04.png) no-repeat;}
#bt_05 a {background: url(../images/entrep/ent_bt_05.png) no-repeat;}
#bt_06 a {background: url(../images/entrep/ent_bt_06.png) no-repeat;}
#bt_07 a {background: url(../images/entrep/ent_bt_07.png) no-repeat;}
#bt_08 a {background: url(../images/entrep/ent_bt_08.png) no-repeat;}
#bt_09 a {background: url(../images/entrep/ent_bt_09.png) no-repeat;}
#bt_10 a {background: url(../images/entrep/ent_bt_10.png) no-repeat;}
#bt_11 a {background: url(../images/entrep/ent_bt_11.png) no-repeat;}
.pagination li a:hover,
.pagination li.current a {
	background-position:0 -125px !important;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}