/* horinaja default */
.horinaja {
	margin: 0;
	height: 352px;
	background: #dedede; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ddd); /* for firefox 3.6+ */
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
.horinaja ul{
	position:relative;
	height: 329px;
	padding:0;
	margin:0;
}
.horinaja ul li{
	background:transparent;
	display:block;
	top:0;
	width: 20px;
	height: 328px;
}

/***************** Slides ***************/
/*.slide {
	height: 328px;
	margin: 10px 10px;
	position: relative;
}
.slide h1{
	font-family: "TradeGothicLTBoldCondensedNo.", "Segoe UI","Lucida Grande",Tahoma,Arial,sans-serif;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
	font-size: 3em;
	float: right;
	width: 450px;
	height: 35px;
	margin: 35px 40px 0 0;
	text-transform: uppercase;
	color: #454545;
}
.slide p {
	position: absolute;
	right: 40px;
	bottom: 10px;
	width: 450px;
	height: 174px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 1.5em;
	line-height: 1.75em;
	overflow: hidden;
	color: #757575;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
.slide a.learn-button {
	position: absolute;
	right: 30px;
	bottom: 25px;
	width: 134px;
	height: 28px;
	background: url("../images/findoutmore.png") no-repeat 0px 0px transparent;
	margin: 30px 10px 0 0;
	text-indent: -9999px;
	text-align: left;
}
.slide a.learn-button:hover {
	background-position: 0px -30px;
	text-decoration: none;
}
.slide1 {
	background: url("../images/promo1.png") no-repeat 75px 25px transparent;
}
.slide2 {
	background: url("../images/promo2.png") no-repeat 75px 25px transparent;
}
.slide3 {
	background: url("../images/promo1.png") no-repeat 75px 25px transparent;
}
.slide4 {
	background: url("../images/promo2.png") no-repeat 75px 25px transparent;
}

*/


/* horinaja pagination */
ol.horinaja_pagination{	
	margin: 0 auto;
	position:relative;	
	padding:0;
	clear:both;	
	float:right;
	width:90px;
}
ol.horinaja_pagination li{
	float:left;
	height:21px;
	display:block;
	width: 20px;
	
}
ol.horinaja_pagination li a{
	height:21px;
	display:block;
	background: url("../images/slide_active.png") no-repeat 6px 6px transparent;
	text-indent: 9999em;
	float:left;
	color:white;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	/* padding: 10px 0 0 0; */
	cursor:pointer;
}
ol.horinaja_pagination li a:hover a:active {
	background: url("../images/slide_active.png") no-repeat 6px 6px transparent;
}

.horinaja_pagination_div{
	/*text-align:right;*/
	height:21px;
	background:url("../images/slide_control_bg.gif") repeat-x scroll 0 0 transparent;
	padding:0;
	clear:both;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
}
