﻿.theme_color
{    
    color:#00aeef;
}
.theme_background
{    
    background-color:#00aeef;
    color:Black;
}
#logo a
{
    background-image: url('images/logo_blue_internal_repeat.jpg');
}
#logo a span
{
    background-image: url('images/logo_blue_internal.jpg');
}
#artists .artist .rollover
{
    background-color:#00aeef;
    filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#product_gallery #thumbnails .product_gallery_previous
{
    background-image: url('images/arrow_cyan_l.jpg');
}
#product_gallery #thumbnails .product_gallery_next
{
    background-image: url('images/arrow_cyan_r.jpg');
}
#product_gallery .video a
{
    background-image:url('images/video_cyan.jpg');
}
