.bubblewrap{
	list-style-type:none;
	margin:0;
	padding:0;
	position: relative;
}
.smallform {
	display: inline-block;
	clear: both;
	background-color: #BF2422;
	width: 140px;
	margin-bottom: auto;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: 0px;
	font-size: 10px;
	color: #333333;
	position: absolute;
	top: 10px;
}


.bubblewrap li{
display:inline-block;
zoom:1; /*Trigger haslayout in IE7 and less*/
*display:inline; /*For IE7 and less*/
position:relative;
width: 160px;
height:160px;
}

.themeclass li{
	display:inline-block;
    zoom:1; /*Trigger haslayout in IE7 and less*/
	*display:inline; /*For IE7 and less*/
	position:relative;
	width: 160px;
	height:200px;
	list-style-type: none;
}
.themeclass li img{

	text-align: center;
	
}

.themeclass li a:link {
	font-size: 12px;
	color: #7A96DF;
	text-decoration: none;	
}

.themeclass li a:active {
	font-size: 12px;
	color: #7A96DF;
	text-decoration: none;	
}

.themeclass li a:visited {
	font-size: 12px;
	color: #7A96DF;
	text-decoration: none;	
}

.themeclass li a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;	
}
.swatchclass  li{
	display:inline-block;
	zoom:1; /*Trigger haslayout in IE7 and less*/
	*display:inline; /*For IE7 and less*/
	position:relative;
	width: 110px;
	height:140px;
	list-style-type: none;
	font-size: 10px;
	color: #003399;
}
.swatchclass li img{

	text-align: center;
	
}

.swatchclass a:link {
	font-style: normal;
	color: #2C537A;
	
	text-decoration: none;	
}

.swatchclass a:active {
	font-style: normal;
	color: #2C537A;
	
	text-decoration: none;	
}

.swatchclass a:visited {
	font-style: normal;
	color: #2C537A;
	
	text-decoration: none;	
}

.swatchclass a:hover {
	font-style: normal;
	color: #000000;
	
	text-decoration: none;	
}
.bubblewrap li img{
	position:absolute;
	width: 150px; /*default width of each image.*/
	height: 150px; /*default height of each image.*/
	left:0;
	top:0;
	border:0;
	margin: 0px;
	background-color: #CC3366;
}

.bubblewrap .tooltip{ /*CSS for image tooltip (alt attribute of image)*/
	position:absolute;
	padding:3px;
	width:330px;
	text-align:center;
	background:#D0E147;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}


/*CSS for 2 demos on the page*/
#orbs li{
width: 155px; /*width of image container. Should be wider than contained images (before bubbling) */
height:180px; /*height of image container. Should be taller than contained images (before bubbling) */
}

#orbs li img{
	width: 150px; /*width of each image before bubbling*/
	height: 150px; /*height of each image*/
	margin: 0px;
}
.kidsfabricstyle #wrap #mainContent h5 {
	font-size: 100%;
}


#squares li{
width: 155px; /*width of image container. Must be wider than contained images (before bubbling) */
height:180px; /*height of image container. Must be taller than contained images (before bubbling) */
}

#squares li img{
width: 150px; /*width of each image before bubbling*/
height: 150px; /*height of each image*/
}

