#slider {
	margin-top:0px;
	width:220px; 
	height: 182px;
}
#PREVIOUS_LINK {
	display:block;
	width: 48px;
	height: 57px;
	background:url('../images/sliderbuttonleft.png') no-repeat;
	text-indent:-3000px;
	overflow:hidden;
}
#PREVIOUS_LINK:hover {
	background-position:-48px;
}
#NEXT_LINK {
	display:block;
	width: 48px;
	height: 57px;
	background:url('../images/sliderbuttonright.png') no-repeat;
	text-indent:-3000px;
	overflow:hidden;
}
#NEXT_LINK:hover {
	background-position:-48px;
}

.logoprev {
	display:block;
	width:230px;
	height:146px;
	text-indent:-3000px;
	overflow:hidden;
}

#INK_PILOT {
	background:url('../images/logos/inkpilot.png') no-repeat;
}
#INK_PILOT:hover {
	background-position:-250px;
}

#SOCIAL_SPIRAL {
	background:url('../images/logos/socialspiral.png') no-repeat;
}
#SOCIAL_SPIRAL:hover {
	background-position:-250px;
}

#BLINX {
	background:url('../images/logos/blinx.png') no-repeat;
}
#BLINX:hover {
	background-position:-250px;
}

#BUZZ {
	background:url('../images/logos/buzz.png') no-repeat;
}
#BUZZ:hover {
	background-position:-250px;
}

#Cleanwater {
	background:url('../images/logos/cleanwater.png') no-repeat;
}
#Cleanwater:hover {
	background-position:-250px;
}

#Alex {
	background:url('../images/logos/alex.png') no-repeat;
}
#Alex:hover {
	background-position:-250px;
}

#GRIN {
	background:url('../images/logos/grinshare.png') no-repeat;
}
#GRIN:hover {
	background-position:-250px;
}


#LILLY {
	background:url('../images/logos/lilly.png') no-repeat;
}
#LILLY:hover {
	background-position:-250px;
}

#KING {
	background:url('../images/logos/kingofprint.png') no-repeat;
}
#KING:hover {
	background-position:-250px;
}

.slide {
	float:left;
	padding: 0px 0px 0px 0px;
	width: 856px;
	height: 356px;
	/*background:blue;*/
}
.slideItem {
	float:left;
	padding: 0px 0px 0px 15px;
	width: 270px;
	height: 356px;
	overflow:hidden;
}
.slideImg {
	margin: 7px 0px 18px 0px;
	width: 286px;
	height: 145px;
	overflow:hidden;
}
.slideInfo {
	padding: 0px 0px 0px 5px;
	width: 281px;
	height: 185px;
	overflow:hidden;
}
.slideInfo h3 {
	margin: 0px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color:#19a983;
}
.slideInfo p {
	width: 248px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height:20px;
}
.slideInfo a {
	color: #19a983;
	text-decoration:underline;
}
.slideInfo a:hover {
	text-decoration:none;
}
