/***********************************************************************************************************
* Auto News Scroller using Ajax, Jquery and PHP
* Written by Vasplus Programming Blog
* Website: www.vasplus.info
* Email: info@vasplus.info

**********************************Copyright Information*****************************************************
* This script has been released with the aim that it will be useful.
* Please, do not remove this copyright information from the top of this page.
* If you want the copyright info to be removed from the script then you have to buy this script.
* This script must not be used for commercial purpose without the consent of Vasplus Programming Blog.
* This script must not be sold.
* All Copy Rights Reserved by Vasplus Programming Blog
*************************************************************************************************************/


/* Scroller Main Wrapper */
#vpb_news_scroller_wrapper
{
	overflow:hidden;
	max-width:600px;
	width:auto;
	margin: 0 auto;
	background-color: #406a62; /* #ecfdf3; */
	color: white;
	/* box-shadow: 0 0 15px #cbcbcb;
	-moz-box-shadow: 0 0 15px #cbcbcb;
	-webkit-box-shadow: 0 0 15px #cbcbcb;*/
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	padding:0px;
	font-family:Arial, sans-serif;
	font-size:11px;
	text-align:left;
	position: relative;
	margin: 10px;
	margin-top: 0;
}



.vpb_news_scroller_header
{
	font: bold 16px Arial;
	color: white;
	background:#297c74; /* #7de3a5; */
	text-transform: none;
	padding: 10px;
	text-align: center;
}


.vpb_news_scroller ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.vpb_news_scroller ul li
{
	padding: 0px; 
	border-bottom:1px solid #fff; 
}

.vpb_news_scroller ul li a
{
	font-family:Arial; 
	font-size:12px; 
	font-weight:normal;
	color: white;
	/*background: #F9F9F9;*/
	display: block;
	padding: 10px;
	line-height: 21px;
	text-decoration: none;
}

.vpb_news_scroller ul li a:hover
{
	/* color: #0aaa1b;  blue; */
	background: #fbf3c8;
}



/*Error Message Style*/
.info { border: 1px solid #999; padding:12px 20px 12px 20px; font: bold 12px verdana;-moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;text-shadow: 2px 2px 2px #ccc;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;font-family:Verdana, Geneva, sans-serif; font-size:11px; line-height:20px;font-weight:normal;color: black;background: #BDE5F8;}
