<!--
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}
h1, h2{
	font-size:1.2em;
}
input{
	font-size:.9em;
	background-color:#fff;
	padding:4px;
}
.oneColFixCtrHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 50px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	position:relative;
}

#textcontent p{
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
	background: #FFFFFF;
	position:relative;
}


.oneColFixCtrHdr #footer {
	padding: 20px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	position:relative;
	height:auto;
	margin-bottom: 50px;
	clear:both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:10px;
}

#textcontent{
	position:relative;
	width:70%;
	margin:0px;
	padding:0px;
	float:left;
	font:Verdana, Geneva, sans-serif;
	
}
#sidebar{
	width:30%	;
	padding: 0px;
	margin: 0px;
	float: right;
	text-align:left;
	background-color:#EFEFEF;
	height:auto;
}
#sidebar h1{
	padding: 0px;
	margian: 0px;
	font-size: 14px;
	font-weight:bold;
	color:#333;
	margin-bottom:2px;
	margin-left:4px;
	
}

#sidebar p{
	padding: 5px;
}

-->


/**
 * Additional styles for the controls.
 */



.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    margin: 20px 20px;
    text-align: center;
}


/* THE CAROUSEL */
.jcarousel-container {
	position: relative;
}
.jcarousel-container-horizontal {
	width: 920px;
	height: 478px;
	margin-bottom: 80px;
}
.jcarousel-clip {
	z-index: 2;
	overflow: hidden;
	position: relative;
	width: 920px;
	height: 478px;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
.jcarousel-list li,  .jcarousel-item {
	float: left;
	list-style: none;
	width: 920px;
	height: 478px;
}
.jcarousel-control {
	padding:0px;
	margin:0 auto;
	padding-top:10px;
	padding-left:10px;
	height:50px;
	background-image:url(/esp/img/thumbbg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	

}
.jcarousel-control a img {
	padding: 0px;
	border: 0px;
	margin-left:2px;
	margin-top:2px;
	width: 35px;
	height: 25px;
	border: 0px;
}


/*  we are not doing previous and next buttons*/

#carousel_esnav{
	width:960px;
	height: 27px;
	position:relative;
	padding:0px;
	margin:0xp;

}
.nextimg{
	position: absolute;
	left: 850px;
	height: 27px;
	width: 70px;
	text-indent:-9999px;
	background-image:url(/esp/img/next_prev_btn.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.nextimg:hover{
	background-position:0px -33px;  /* top / left */

			   
			   }

.previmg{
	position: absolute;
	left:0px;
	height: 27px;
	width: 70px;
	text-indent:-9999px;
	background-image:url(/esp/img/next_prev_btn.jpg);
	background-position:-85px 0px;
	background-repeat:no-repeat;
	
}

.previmg:hover{
	background-position:-85px -33px;  /* top left */
	
}


