.jcarousel-control {
    margin: 0px;
	padding-bottom: 10px;
    text-align: center;
}

.jcarousel-control a {
    font-size: 14px;
    text-decoration: none;
    padding: 8px 13px 14px 11px;
    margin: 0px;
    color: #eee;
	font-family: "Rockwell", Arial, Helvectica, sans serif;
    font-weight: bold;
	background-image:url(../img/gallery-our-products-bg.jpg);
	background-repeat:no-repeat;
	height: 33px;
	width: 33px;
}
.jcarousel-control a:hover {

	font-family: "Rockwell", Arial, Helvectica, sans serif;
    font-weight: bold;
	background-image:url(../img/gallery-our-products-bg-hover.jpg);
	background-repeat:no-repeat;
	height: 33px;
	width: 33px;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}
