/*  
Theme Name: Podium
Theme URI: http://www.imediapixel.com/
Description: Clean and Elegant Business Wordpress Theme
Author: imediapixel
Author URI: http://themeforest.net/user/imediapixel
Version: 1.2
*/


/* ----------------------- SLIDESHOW LAYOUT -----------------------*/


/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:0;
	height:0%;
}


.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
}


.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}


