/* @override 
	http://june15collection.com/ticker.css
	http://june15collection.com/carousel.css
*/

/* Start Annoucement */

#announcement {
	font: bold 10px Verdana,Arial,Sans-Serif;
	color: #733800;
	text-align: center;
	width: 540px;
	border-top: 1px dotted #bdc823;
}

#announcement a:link, #announcement a:hover, #announcement a:active, #announcement a:visited {
	color: #ff9300;
	text-decoration: none;
}

#announcement ul {
	
}

#announcement li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#announcement .info {
	float: none;
	width: 540px;
}

/* Start annoucement v2 */

#announcementFloat {
	font: bold 10px Verdana,Arial,Sans-Serif;
	text-align: center;
	width: 251px;
	color: #ff9300;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 0 5px;
	height: 30px;
	border: 1px solid #ff9300;
	background-color: white;
}

#announcementFloat a:link, #announcementFloat a:hover, #announcementFloat a:active, #announcementFloat a:visited {
	color: #ff9300;
	text-decoration: none;
}

#announcementFloat ul {
	
}

#announcementFloat li {
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
}

#announcementFloat .info {
}

/* end Annoucement */

/* Start home-bags */

.bagShowcase {
	margin-right: auto;
	margin-left: auto;
	height: 389px;
	overflow: hidden;
}

.bagShowcase .titleIMG {
	padding-top: 10px;
	padding-left: 50px;
}

.bagShowcase a.previous {
	background: url(http://june15collection.com/images/btn_left.png) no-repeat center;
	width: 20px;
	margin-top: 150px;
	float: left;
	clear: left;
	height: 58px;
}

.bagShowcase a.previous:hover {
	background: url(http://june15collection.com/images/btn_left_hover.png) no-repeat center;
}

.bagShowcase a.next {
	background: url(http://june15collection.com/images/btn_right.png) no-repeat;
	width: 20px;
	height: 58px;
	display: block;
	margin-top: -151px;
	float: right;
}

.bagShowcase a.next:hover {
	background: url(http://june15collection.com/images/btn_right_hover.png) no-repeat;
	width: 20px;
	height: 58px;
	display: block;
	margin-top: -151px;
	float: right;
}

.showcase {
	padding: 0;
	display: block;
	margin-top: 0;
	margin-left: 40px;
	margin-bottom: 0;
	height: 295px;
	overflow: hidden;
}

.showcase a {
	color: white;
}

.showcase ul {
	margin: 0;
	padding: 0;
	height: 295px;
	overflow: hidden;
}

.showcase li {
	list-style-type: none;
	margin: 0;
	height: 295px;
}

.showcase img {
	border-width: 0;
	border-style: hidden;
	width: 240px;
	height: 295px;
}

.showcase .title {
	margin-top: 2px;
	margin-bottom: 4px;
}

.showcase .title a {
	text-decoration: none;
	font-style: normal;
	font-size: 20px;
}

.showcase .description a {
	font-size: 12px;
	text-decoration: none;
	padding-right: 5px;
	visibility: visible;
	padding-left: 5px;
}