/**
* GalleryLite News Homepage
*/

.gallerylitenewshome {
	margin: 0px 0 0px 0px;
	width: 570px;
	/*height: 150px;*/
	position: relative;
	padding: 0px 0px;
}

.gallerylitenewshome .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background: none;
}

.gallerylitenewshome .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}

.gallerylitenewshome .holder ul li {
	float: left;
	width: 570px;
	height: 93px;
	padding: 0px 0px 0px 0px;
	background: none;
	margin: 0;
}

.gallerylitenewshome .holder ul li img { 
	display: block;
}

.gallerylitenewshome .newsimage {
	float: right;
	border: #e00900 3px solid;
	margin-left: 15px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gallerylitenewshome .newsbuttons {
	position: relative;
	height: 20px;
	width: 138px;
	float: left;
}

.gallerylitenewshome .allnews {
	float: right;
	padding-bottom: 3px;
}

.gallerylitenewshome .newsbuttons .nextnews, .gallerylitenewshome .newsbuttons .prevnews {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 0px;
	width: 16px;
	height: 16px;
	background: url(images/news_next_btn.gif) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}

.gallerylitenewshome .newsbuttons .next-disable { 
	background: url(images/btn-next-disable.gif) no-repeat;
}

.gallerylitenewshome .newsbuttons .prevnews {
	background: url(images/news_prev_btn.gif) no-repeat;
	right: auto;
	left: 0px;
}

.gallerylitenewshome .newsbuttons .prev-disable { 
	background: url(images/btn-prev-disable.gif) no-repeat;
}

.gallerylitenewshome .control {
	font-size: 18px;
	line-height: 21px;
}

.gallerylitenewshome .newsbuttons .btn1, .gallerylitenewshome .newsbuttons .btn2, .gallerylitenewshome .newsbuttons .btn3, .gallerylitenewshome .newsbuttons .btn4, .gallerylitenewshome .newsbuttons .btn5 {
	background: url(images/bullet_news_page.gif) center top no-repeat;
	margin-top: 0px;
	width: 16px;
	height: 16px;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}

.gallerylitenewshome .newsbuttons .btn1.active, .gallerylitenewshome .newsbuttons .btn2.active, .gallerylitenewshome .newsbuttons .btn3.active, .gallerylitenewshome .newsbuttons .btn4.active, .gallerylitenewshome .newsbuttons .btn5.active {
	background: url(images/bullet_news_page_sel.gif) center top no-repeat;
	margin-top: 0px;
	width: 16px;
	height: 16px;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}

.gallerylitenewshome .newsbuttons .btn1 {
	position: absolute;
	left: 20px;
	top: 0px;
}

.gallerylitenewshome .newsbuttons .btn2 {
	position: absolute;
	left: 40px;
	top: 0px;
}

.gallerylitenewshome .newsbuttons .btn3 {
	position: absolute;
	left: 60px;
	top: 0px;
}

.gallerylitenewshome .newsbuttons .btn4 {
	position: absolute;
	left: 80px;
	top: 0px;
}

.gallerylitenewshome .newsbuttons .btn5 {
	position: absolute;
	left: 100px;
	top: 0px;
}


/**
* GalleryLite News Sidebar
*/

.gallerylitenews {
	margin: 0px 0 0px 0px;
	width: 170px;
	/*height: 150px;*/
	position: relative;
	padding: 0px 0px;
}

.gallerylitenews .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background: none;
}

.gallerylitenews .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}

.gallerylitenews .holder ul li {
	float: left;
	width: 160px;
	height: 325px;
	padding: 0px 10px 0px 0px;
	background: none;
	margin: 0;
}

.gallerylitenews .holder ul li img { 
	display: block;
}

.gallerylitenews .newsimage {
	float: none;
	border: #e00900 3px solid;
	margin-left: 0px;
	margin-bottom: 10px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gallerylitenews .newsbuttons {
	position: relative;
	height: 20px;
	width: 138px;
	margin-left: 15px;
}

.gallerylitenews .allnews {
	float: none;
	text-align: center;
	margin-top: 5px;
}

.gallerylitenews .newsbuttons .nextnewsright, .gallerylitenews .newsbuttons .prevnewsright {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 0px;
	width: 16px;
	height: 16px;
	background: url(images/news_next_btn.gif) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}

.gallerylitenews .newsbuttons .next-disable { 
	background: url(images/btn-next-disable.gif) no-repeat;
}

.gallerylitenews .newsbuttons .prevnewsright {
	background: url(images/news_prev_btn.gif) no-repeat;
	right: auto;
	left: 0px;
}

.gallerylitenews .newsbuttons .prev-disable { 
	background: url(images/btn-prev-disable.gif) no-repeat;
}

.gallerylitenews .control {
	font-size: 18px;
	line-height: 21px;
}

.gallerylitenews .newsbuttons .btn1right, .gallerylitenews .newsbuttons .btn2right, .gallerylitenews .newsbuttons .btn3right, .gallerylitenews .newsbuttons .btn4right, .gallerylitenews .newsbuttons .btn5right {
	background: url(images/bullet_news_page.gif) center top no-repeat;
	margin-top: 0px;
	width: 16px;
	height: 16px;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}

.gallerylitenews .newsbuttons .btn1right.active, .gallerylitenews .newsbuttons .btn2right.active, .gallerylitenews .newsbuttons .btn3right.active, .gallerylitenews .newsbuttons .btn4right.active, .gallerylitenews .newsbuttons .btn5right.active {
	background: url(images/bullet_news_page_sel.gif) center top no-repeat;
	margin-top: 0px;
	width: 16px;
	height: 16px;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}

.gallerylitenews .newsbuttons .btn1right {
	position: absolute;
	left: 20px;
	top: 0px;
}

.gallerylitenews .newsbuttons .btn2right {
	position: absolute;
	left: 40px;
	top: 0px;
}

.gallerylitenews .newsbuttons .btn3right {
	position: absolute;
	left: 60px;
	top: 0px;
}

.gallerylitenews .newsbuttons .btn4right {
	position: absolute;
	left: 80px;
	top: 0px;
}

.gallerylitenews .newsbuttons .btn5right {
	position: absolute;
	left: 100px;
	top: 0px;
}


/**
* GalleryLite Sponsors Homepage
*/

.gallerylitesponsorhome {
	margin: 0px 0 0px 0px;
	width: 390px;
	/*height: 150px;*/
	position: relative;
	padding: 0px 15px;
}

.gallerylitesponsorhome .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background: none;
}

.gallerylitesponsorhome .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}

.gallerylitesponsorhome .holder ul li {
	float: left;
	width: 90px;
	height: 60px;
	padding: 0px 5px 0px 5px;
	background: none;
	margin: 0;
}

.gallerylitesponsorhome .holder ul li img { 
	display: block;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.gallerylitesponsorhome .nextsponsor, .gallerylitesponsorhome .prevsponsor {
	position: absolute;
	right: 0px;
	top: 25px;
	margin-top: 0px;
	width: 11px;
	height: 11px;
	background: url(images/sponsor_next_btn.gif) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}

.gallerylitesponsorhome .next-disable {
	background: url(images/btn-next-disable.gif) no-repeat;
}

.gallerylitesponsorhome .prevsponsor {
	background: url(images/sponsor_prev_btn.gif) no-repeat;
	right: auto;
	left: 0px;
}

.gallerylitesponsorhome .prev-disable {
	background: url(images/btn-prev-disable.gif) no-repeat;
}

.gallerylitesponsorhome .control {
	font-size: 18px;
	line-height: 21px;
}