﻿/* Test stuff for carousel.
 Dump this crap is test fails
--------------------------------------------- */
#karkontainer
{
	margin: 0 0 0 230px;
	min-height: 249px;
	border-bottom: 1px solid #b1a177;
	background: #21376b url(../img/main-traditions.jpg) no-repeat bottom left;
	position: relative;
	overflow: hidden;
	display: none;
	width: 710px;
	/*max-height: 250;*/
	}

div.karousel-feature {
	/*margin: 0 0 0 230px;*/
	/*margin: 0 0 0 200px;*/
	min-height: 249px;
	/*width:auto;*/
	border-bottom: 1px solid #b1a177;
	background: #21376b url(../img/main-traditions.jpg) no-repeat bottom left;
	}

div.karousel-feature-title {
	padding: 0 0 2px 0;
	background: url(../img/white-80.png);
	/*width:auto;*/
	
	}
div.karousel-feature h1 {
	padding: 15px 19px;
	font-family: Baskerville, Georgia, serif;
	font-size: 3em;
	font-style: italic;
	font-weight: normal;
	color: #21376b;
	border-bottom: 2px solid #b1a177;
	}
div.karousel-feature h1 a {
	text-decoration: none;
	}
div.karousel-feature h1 em {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: .35em;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #333;
	}
div.karousel-feature-desc {
	padding: 15px 20px 15px 359px;
	/*width:auto;*/
	}
div.karousel-feature-desc p {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #fff;
	}
div.karousel-feature-desc p a.more {
	color: #b1a177;
	}
div.karousel-feature-desc p a.more:hover {
	color: #6f8426;
	}

/*Buttons/links*/
#karprev {
 background:transparent url(../img/carouselArrowPrev.png) no-repeat scroll 0%;
 display:block;
 height:0pt;
 /*left:15px;*/
 overflow:hidden;
 padding:50px 0pt 0pt;
 position: absolute;
 float:left;
 top:130px;
 width:32px;
 z-index:1000;
 _background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/carouselArrowPrev.png',sizingMethod='crop');
}

#karnext {
 background:transparent url(../img/carouselArrowNext.png) no-repeat scroll 0% 50%;
 display:block;
 height:0pt;
 /*left:800px;*/
 overflow:hidden;
 padding:50px 0pt 0pt;
position: absolute;
float: right;
text-align:right;
 top:130px;
 width:31px;
 right:0;
 _background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/carouselArrowNext.png',sizingMethod='crop');
 z-index:1002;

}

/* end carousel stuff */