/* news content */


#featuredNews {
	/*  height: 520px; */
	height: 360px;
	 overflow: hidden;
	 width: 744px;
}

#tabcontent {
	background: #000;
	float: left;
	height: 360px;
	/* height: 520px; */
	position: relative;
	width: 360px;
}

#tabcontent img {
	border-top: 3px solid #FEB913;
}

#tabcontent .content span.arrow {
	background: url(../images/sprite.png) no-repeat bottom left;
	display: block;
	height: 7px;
	left: 17px;
	position: absolute;
	top: 39px;
	width: 13px;
}

#tabcontent a {
	color: #ffb200;
}

#tabcontent a:visited {
	color: #ffb200;
}

#tabcontent #tab1,
#tabcontent #tab2,
#tabcontent #tab3,
#tabcontent #tab4,
#tabcontent #tab5,
#tabcontent #tab6,
#tabcontent #tab7,
#tabcontent #tab8,
#tabcontent #tab9 { 
	display: none;
}

#tabcontent h2 {
	background: #FFF;
	color: #000;
	margin: 0;
	height: 36px;
	line-height: 36px;
	width: 360px;
}

#tabcontent .content {
	color: #FFF;
	/* font-size: 16px; */
	font-size: 13.5px;
	font-style: italic;
	padding: 10px;
}
#tabcontent .button a:hover {
	background-color: #333;
	color: #FFF;
}

#tabthumbs {
	float: right;
	margin-top: 36px;
	position: relative;
	width: 360px;
}

.control-holder {
	background: #E5E5E5;
	bottom: 0;
	height: 32px;
	left: 0;
	position: absolute;
	width: 360px;
	z-index: 1;
}

.ie6 .control-holder,
.ie7 .control-holder,
.ie8 .control-holder {
	z-index: -1;
}

.control-holder em {
	display: inline-block; 
    font-size: 16px;
    padding: 5px 10px;
}


/* news tabs */

ul#mycarousel {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcarousel-container {
	/* height: 484px; */
	height: 324px;
}

.jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-container-vertical {
    width: 360px;
    /* height: 484px; */
    height: 324px;
}

.jcarousel-clip {
    overflow: hidden;
}

.jcarousel-clip-vertical {
    width:  360px;
   /* height: 460px; */
   height: 300px;
}

.jcarousel-item {
    width: 360px;
    /* height: 77px; */
    height: 60px;
}

.jcarousel-item-vertical {
   margin-bottom: 15px; 
}

.jcarousel-item-placeholder {
    background: #FFF;
    color: #000;
}

/* control buttons */

.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../images/next-vertical.png) no-repeat 0 0;
	z-index: 2;
}

.jcarousel-next-vertical:hover,
.jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:focus,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-prev-vertical {
    position: absolute;
    bottom: 0;
    right: 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../images/prev-vertical.png) no-repeat 0 0;
	z-index: 2;
}

.jcarousel-prev-vertical:hover,
.jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:focus,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/* news items */

a .newsitem {
	border-bottom: 1px solid #B2B2B2;
	/* height: 77px; */
	height: 60px;
	/* width:  310px; */
}

a .newsitem:hover {
	background: #000;
	border-bottom: 1 px solid #000;
}

a .newsitem  img {
	float: left;
	margin-right: 14px;
}

a .newsitem  h2,
a .newsitem  p {
	color: #000;
	float: left;
	font-style: normal;
	/* width: 230px; */
	width: 260px;
}

a .newsitem  h2 {
	font-size: 1em;
	margin: 0;
	/*padding: 5px 0;
	text-transform: uppercase; */
}

a .newsitem  p {
	color: #000;
	font-size: 0.9em;
	line-height: 1.2em;
}

a:hover .newsitem  h2,
a:hover .newsitem  p {
	color: #FFF;
}

/* ipad portrait */

@media only screen and (min-width: 768px) and (max-width: 1000px) {   
	
	#featuredNews {
		width: 546px;
	}
	
	#tabcontent,
	#tabcontent h2 {
		width: 180px;
	}
	
	#tabcontent img {
		width: 100%;
	}
}

/* mobile */

@media only screen and (max-width: 767px) {
	#featuredNews,
	#tabcontent h2,
	.control-holder	{
		height: auto;
		width: 95%;
	}
	
	.jcarousel-container-vertical,
	.jcarousel-clip-vertical,
	.jcarousel-item,
	a .newsitem {
		width: 100%;
	}
	
	a .newsitem h2, a .newsitem p { width: 145px; }
	
	#tabcontent,
	#tabcontent h2 {
		width: 100%;
	}
	
	#tabcontent img {
		max-width: 100%;
	}
	
	#tabcontent,
	#tabthumbs {
		float: none;
		width: 100%;
	}

}

/* print */

@media print {
	#featuredNews,
	#tabcontent h2,
	.control-holder	{
		height: auto;
		width: 95%;
	}
	
	.jcarousel-container-vertical,
	.jcarousel-clip-vertical,
	.jcarousel-item,
	a .newsitem {
		width: 100%;
	}
	
	
	#tabcontent,
	#tabcontent h2 {
		width: 100%;
	}
	
	#tabcontent,
	#tabthumbs {
		float: none;
		width: 100%;
	}
}