#bundleGallery {
	width: 699px;
	height: 301px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	position: relative;
	z-index:2;
}
#bundleGallery h1{
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-weight: bold !important;
	font-size: 26px !important;
	text-decoration: none !important;
	border:none !important
}
#loading{
	width: 689px;
	height: 215px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #cccccc;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 0;
}
#collections {
	display: block;
	height: 75px;
	width: 700px;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font:13px normal Arial, Helvetica, sans-serif;
	background: #cbcbcb;
	background: -moz-linear-gradient(top,  #cbcbcb 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbcbcb), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #cbcbcb 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #cbcbcb 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #cbcbcb 0%,#ffffff 100%);
	background: linear-gradient(top,  #cbcbcb 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbcbcb', endColorstr='#ffffff',GradientType=0 );
}
#collections ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	display: block;
}
#collections ul li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	float: left;
	display: block;
}
#collections ul li a, #collections ul li a:link, #collections ul li a:visited, #collections ul li a:active {
	list-style: none;
	display: block;
	float: left;
	width: 129px;
	height: 60px;
	overflow: hidden;
	background: url(http://static.infotech.com/images/css/bundle-gallery/tab_off.jpg) top left repeat-x;
	color: #5694c0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	padding-top: 15px;
	border-right: 1px solid #FFFFFF;
	margin: 0 0 0 0;
}
#collections ul li a:hover {
	list-style: none;
	display: block;
	float: left;
	width: 129px;
	height: 60px;
	overflow: hidden;
	background: url(http://static.infotech.com/images/css/bundle-gallery/tab_over.jpg) top left repeat-x;
	color: #5694c0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	padding-top: 15px;
	border-right: 1px solid #FFFFFF;
	margin: 0 0 0 0;
}
#collections ul li a.on {
	margin: 0 auto;
	list-style: none;
	display: block;
	float: left;
	width: 126px;
	height: 60px;
	overflow: hidden;
	background: #000;
	color: #fff!important;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	padding-top: 15px;
	margin: 0 0 0 0;
}
#collections ul li:last-child a, #collections ul li:last-child a:link, #collections ul li:last-child a:visited, #collections ul li:last-child a:active {
	list-style: none;
	display: block;
	float: left;
	width: 130px;
	height: 60px;
	overflow: hidden;
	background: url(http://static.infotech.com/images/css/bundle-gallery/tab_off.jpg) top left repeat-x;
	color: #5694c0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	padding-top: 15px;
	border-right: 0px solid #FFFFFF;
	margin: 0 0 0 0;
}

#bundles {
	position: relative;
	width: 699px;
	height: 225px;
	overflow: hidden;
	z-index: 2;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.bundle {
	width: 699px;
	height: 225px;
	position: relative;
	display: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.bundle.positive {
	display: block;
	position: relative;
	width: 699px;
	height: 225px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.readmoreBtn {
	width: 100px;
	position: absolute;
	bottom: 35px;
	z-index: 80;
}
.closeBtn {
	width: 100px;
	position: absolute;
	bottom: 10px;
	z-index: 80;
	left: 10px;
}
.bundleImage {
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 699px;
	height: 225px;
	display: block;
	z-index:2;
}
.bundleImage img {
	z-index:2;
}
.bundleText {
	width: 355px;
	height: 220px;
	overflow: hidden;
	position: absolute;
	padding-top: 5px;
	top: 10px;
	left: 20px;
	color: #fff;
	display: block;
}
.bundleText h1 {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-weight: bold !important;
	font-size: 26px !important; 
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5) !important;
	text-decoration: none !important;
	color:#fff !important;
}
.bundleText p {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5) !important;
}
.bundleMore {
	width: 699px;
	height: 225px;
	line-height: 2em;
	background: #000;
	display: block;
	position: absolute;
	left: -700px;
	z-index: 1000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.bundleLinks {
	padding: 10px;
}
.bundleLinks a, .bundleLinks a:link, .bundleLinks a:active, .bundleLinks a:visited, .bundleLinks a:hover {
	color: #fff;
	font-weight: bold;
}
.linksLeftCol {
	width: 345px;
	float: left;
	overflow: hidden;
	display: block;
}
.linksRightCol {
	width: 345px;
	float: right;
	overflow: hidden;
	display: block;
}
#pause {
	position: absolute;
	top: 190px;
	right: 10px;
	z-index: 90;
	display: block;
}
#play {
	position: absolute;
	top: 190px;
	right: 10px;
	z-index: 900;
	display: none;
}
