/***********************************************************************************************************
* 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;
	height:300px;
	width: 100%;
	margin: 0 auto;
	font-size:12px;
	text-align:left;
	position: relative;
}



.vpb_news_scroller_header
{
	color: #000;
	text-transform: uppercase;
	padding: 7px 7px 7px 7px;
}


.vpb_news_scroller ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.vpb_news_scroller ul li
{
	padding-bottom: 2px; 
	
}

.vpb_news_scroller ul li a
{
	text-decoration: none;
}

.vpb_news_scroller ul li a:hover
{
	color: #2f7c35;
	text-decoration:underline;
}



/*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;}
