/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	float: left;
	margin: -30px 0 0 0;
	padding: 0;
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
	cursor: pointer;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width:340px;
	height: 70px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0px; /*Set to same as spacing option. */	
	float: left;
}

#kwick_1 { background: none; }
#kwick_2 { background: none; }
#kwick_3 { background: none; }
#kwick_4 { background: none; }


#record_label p {
	padding: 0 5px 5px;
}
#record_label h1 {
	background: #0096FF;
	height: 27px;
	padding: 3px 5px 0;
	width: 100%;
	text-align: left;
}


#agents p {
	padding: 0 5px 5px;
}
#agents h1 {
	background: #0096FF;
	height: 27px;
	padding: 3px 5px 0;
	width: 100%;
}


#advertise_sponsor p {
	padding: 0 5px 5px;
}
#advertise_sponsor h1 {
	background: #0096FF;
	height: 27px;
	padding: 3px 5px 0;
	width: 100%;
}


#etailers_retailers p {
	padding: 0 5px 5px;
}
#etailers_retailers h1 {
	background: #0096FF;
	height: 27px;
	padding: 3px 5px 0;
	width: 100%;
}





