
    #fsClipper {
	height: 300px;
	width: 450px;
	overflow: auto;
	//overflow: hidden;
	//overflow-x: auto;
}

img {
	border : none;
}

#categorysm img {
	width : 30px;
	height : 30px;
}


#galsm img{
	width : 50px;
	height : 50px;
}

.fsControl {
	color: Gray;
	cursor: pointer;
	//cursor: hand;
	font-size : 250%;
}

#fsLinks a {
	color:#00a2ff;
	cursor: pointer;
	//cursor: hand;
	font-size : 90%;
}

.fsControl.disabled {
	color: #333333;
	cursor: default;
	text-decoration: none;
}

#fsLinks a.current {
	color: Gray;
	cursor: default;
	text-decoration: underline;
}
    .fsControl.disabled {
	color: #333333;
}
    #fsScreen {
	height: 300px ! important;
	background: no-repeat 50% 50%;
}
